Skip to content

Commit

Permalink
Limit hashbrown version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstanceBeguier committed Jul 11, 2023
1 parent 1605f89 commit 409ac5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ zcash_note_encryption = { version = "0.4", features = ["pre-zip-212"] }
incrementalmerkletree = { version = "0.4", features = ["test-dependencies"] }

[target.'cfg(unix)'.dev-dependencies]
dashmap = "5.4.0"
hashbrown = ">= 0.12, <0.13"
dashmap = ">= 5.4, <5.5"
inferno = ">= 0.11, < 0.11.15"
pprof = { version = "0.9", features = ["criterion", "flamegraph"] } # MSRV 1.56

Expand Down

0 comments on commit 409ac5f

Please sign in to comment.