Skip to content

Commit

Permalink
use direct-minimal-versions in msrv CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPeel committed Oct 26, 2023
1 parent d99e282 commit 4f76249
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,6 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.msrv }}
- run: cargo check
- uses: dtolnay/rust-toolchain@nightly
- run: cargo +nightly update -Zdirect-minimal-versions
- run: cargo +${{ matrix.msrv }} check --locked --all-features

0 comments on commit 4f76249

Please sign in to comment.