Skip to content

Commit

Permalink
shardtree: Pin dashmap < 5.5.0 in dev-dependencies to keep MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jul 14, 2023
1 parent c132f1f commit cda57f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shardtree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ test-dependencies = ["proptest", "assert_matches"]

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

0 comments on commit cda57f7

Please sign in to comment.