Skip to content

Commit

Permalink
Limit version of half (<2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstanceBeguier committed Nov 23, 2023
1 parent 101afa8 commit 4c92c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ 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
half = ">=2, <2.3" # half 2.3 has MSRV 1.70
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

Expand Down

0 comments on commit 4c92c78

Please sign in to comment.