Skip to content

Commit

Permalink
Fix nightly CI build next attempt
Browse files Browse the repository at this point in the history
Use documented way of installing cargo-msrv.
  • Loading branch information
sophokles73 committed May 7, 2024
1 parent 57a5ee1 commit c0ca953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN }}
components: msrv
- name: check MSRV
run: |
cargo install cargo-msrv
cargo msrv --verify

0 comments on commit c0ca953

Please sign in to comment.