Skip to content

Commit

Permalink
Merge pull request #734 from zcash/inferno-msrv-1.59
Browse files Browse the repository at this point in the history
Constrain `inferno` transitive dependency to our MSRV
  • Loading branch information
str4d authored Feb 14, 2023
2 parents e0f6512 + 280f838 commit 210483d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions halo2_gadgets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ criterion = "0.3"
proptest = "1.0.0"

[target.'cfg(unix)'.dev-dependencies]
inferno = ">=0.11, <0.11.5" # MSRV 1.59
pprof = { version = "0.8", features = ["criterion", "flamegraph"] } # MSRV 1.56

[lib]
Expand Down

0 comments on commit 210483d

Please sign in to comment.