Skip to content

Commit

Permalink
[#207] Fix MSRV check in nightly build
Browse files Browse the repository at this point in the history
The "--verify" parameter has been removed in version 0.16 of the
msrv-check cargo plugin. The command line to run the check has been
adapted accordingly.
  • Loading branch information
sophokles73 committed Oct 10, 2024
1 parent 8b032a5 commit 614e73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: check MSRV
run: |
cargo install cargo-msrv
cargo msrv --verify
cargo msrv verify

0 comments on commit 614e73a

Please sign in to comment.