mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Fixed MSRV build
This commit is contained in:
parent
b77fa51569
commit
0b04124175
1 changed files with 3 additions and 1 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -59,7 +59,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- 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
|
# Cargo.lock with the oldest possible deps
|
||||||
- uses: dtolnay/rust-toolchain@nightly
|
- uses: dtolnay/rust-toolchain@nightly
|
||||||
- run: cargo -Z minimal-versions check --no-default-features --features serde
|
- run: cargo -Z minimal-versions check --no-default-features --features serde
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue