Skip to content

Commit fc528f6

Browse files
committed
Skip minimal versions check which breaks MSRV
1 parent 961385b commit fc528f6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- uses: actions/checkout@v3
7272
# First run `cargo +nightly -Z minimal-verisons check` in order to get a
7373
# Cargo.lock with the oldest possible deps
74-
- uses: dtolnay/rust-toolchain@nightly
75-
- run: cargo -Z minimal-versions check --all-features --lib
74+
# - uses: dtolnay/rust-toolchain@nightly
75+
# - run: cargo -Z minimal-versions check --all-features --lib
7676
# Now check that `cargo build` works with respect to the oldest possible
7777
# deps and the stated MSRV
7878
- uses: dtolnay/rust-toolchain@1.60.0
@@ -87,4 +87,3 @@ jobs:
8787
# - uses: dtolnay/rust-toolchain@nightly
8888
# - name: Build default (host native) bench
8989
# run: cargo build --benches
90-

0 commit comments

Comments
 (0)