Skip to content

Commit

Permalink
Constrain inferno transitive dependency to our MSRV
Browse files Browse the repository at this point in the history
`inferno 0.11.5` raised its MSRV to 1.64.0. Adding this range constraint
is fine because it's only a dev-dependency.
  • Loading branch information
str4d committed Feb 14, 2023
1 parent e0f6512 commit 280f838
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 280f838

Please sign in to comment.