Skip to content

Commit

Permalink
chore: Update MSRV pre-release check to use version 0.16.0-beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Nov 16, 2023
1 parent f7d9ce8 commit 9d6c8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
tool: cargo-binstall
- name: install_cargo_msrv_bin
run: cargo binstall --version 0.16.0-beta.15 --no-confirm cargo-msrv
run: cargo binstall --version 0.16.0-beta.17 --no-confirm cargo-msrv
- name: version_of_cargo_msrv
run: cargo msrv --version
- name: run_cargo_msrv
Expand Down

0 comments on commit 9d6c8ea

Please sign in to comment.