Skip to content

Commit

Permalink
Revert "does using -Z direct-minimal-versions fix msrv tests?"
Browse files Browse the repository at this point in the history
This reverts commit 5b3f2b6.
  • Loading branch information
davidpdrsn committed Nov 19, 2023
1 parent b49ba58 commit 6d4fd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- name: Select minimal version
run: cargo +nightly update -Z direct-minimal-versions
run: cargo +nightly update -Z minimal-versions
- name: Run tests
run: >
cargo +${{ env.MSRV }}
Expand Down

0 comments on commit 6d4fd57

Please sign in to comment.