Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ZcashFoundation/frost into …
Browse files Browse the repository at this point in the history
…validate_num_of_signers
  • Loading branch information
conradoplg committed Oct 2, 2024
2 parents 69aac83 + d31257f commit 3d9fdb4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ jobs:

steps:
- uses: actions/[email protected]
# Re-resolve Cargo.lock with minimal versions
- uses: dtolnay/rust-toolchain@nightly
# Re-resolve Cargo.lock with minimal versions.
# This only works with nightly. We pin to a specific version because
# newer versions use lock file version 4, but the MSRV cargo does not
# support that.
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-09-20
- run: cargo update -Z minimal-versions
# Now check that `cargo build` works with respect to the oldest possible
# deps and the stated MSRV
Expand Down

0 comments on commit 3d9fdb4

Please sign in to comment.