Fixed MSRV build

This commit is contained in:
Michael Rosenberg 2023-02-04 03:24:09 -05:00
parent b77fa51569
commit 0b04124175
No known key found for this signature in database

View File

@ -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