Skip to content

Commit

Permalink
shardtree: Pin tempfile < 3.7.0 in dev-dependencies to keep MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jul 24, 2023
1 parent 8a62290 commit f23b5f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shardtree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ 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"
dashmap = ">=5, <5.5.0" # 5.5 has MSRV > 1.60
inferno = ">=0.11, <0.11.5" # MSRV 1.59
tempfile = ">=3, <3.7.0" # 3.7 has MSRV 1.63

0 comments on commit f23b5f3

Please sign in to comment.