Fixed MSRV build
This commit is contained in:
parent
b77fa51569
commit
0b04124175
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -59,7 +59,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# First run `cargo +nightly -Z minimal-verisons check` in order to get a
|
||||
# First delete the checked-in `Cargo.lock`. We're going to regenerate it
|
||||
- run: rm Cargo.lock
|
||||
# Now run `cargo +nightly -Z minimal-verisons check` in order to get a
|
||||
# Cargo.lock with the oldest possible deps
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
- run: cargo -Z minimal-versions check --no-default-features --features serde
|
||||
|
Loading…
x
Reference in New Issue
Block a user