We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961385b commit fc528f6Copy full SHA for fc528f6
.github/workflows/rust.yml
@@ -71,8 +71,8 @@ jobs:
71
- uses: actions/checkout@v3
72
# First run `cargo +nightly -Z minimal-verisons check` in order to get a
73
# Cargo.lock with the oldest possible deps
74
- - uses: dtolnay/rust-toolchain@nightly
75
- - run: cargo -Z minimal-versions check --all-features --lib
+ # - uses: dtolnay/rust-toolchain@nightly
+ # - run: cargo -Z minimal-versions check --all-features --lib
76
# Now check that `cargo build` works with respect to the oldest possible
77
# deps and the stated MSRV
78
- uses: dtolnay/rust-toolchain@1.60.0
@@ -87,4 +87,3 @@ jobs:
87
# - uses: dtolnay/rust-toolchain@nightly
88
# - name: Build default (host native) bench
89
# run: cargo build --benches
90
-
0 commit comments