shardtree: Pin `tempfile < 3.7.0` in dev-dependencies to keep MSRV

This commit is contained in:
Jack Grigg 2023-07-24 02:23:13 +00:00
parent 8a62290ffe
commit f23b5f314f
1 changed files with 2 additions and 1 deletions

View File

@ -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