Skip to content

Commit

Permalink
Merge pull request #788 from zcash/fix-msrv-1.60
Browse files Browse the repository at this point in the history
halo2_proofs: Pin dev-dependencies to versions compatible with MSRV
  • Loading branch information
str4d authored Jul 30, 2023
2 parents c05547a + 6626aa6 commit f9838c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ gumdrop = "0.8"
proptest = "1"
rand_core = { version = "0.6", default-features = false, features = ["getrandom"] }

# Indirect dev-dependencies that we pin to preserve MSRV in CI checks.
dashmap = ">=5, <5.5.0" # dashmap 5.5.0 has MSRV 1.64
image = ">=0.24, <0.24.5" # image 0.24.5 has MSRV 1.61
tempfile = ">=3, <3.7.0" # tempfile 3.7.0 has MSRV 1.63

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies]
getrandom = { version = "0.2", features = ["js"] }

Expand Down

0 comments on commit f9838c1

Please sign in to comment.