Skip to content

Commit db214ae

Browse files
committed
fix: update bench-support dependency in Cargo.toml
Removed the version specification for the `bench-support` dependency to allow for flexibility in updates. This change simplifies dependency management while maintaining compatibility.
1 parent fefaf39 commit db214ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ parking_lot = { version = "0.12", optional = true }
8383
rustc-hash = "2.1"
8484

8585
[dev-dependencies]
86-
bench-support = { path = "bench-support", version = "0.1.0" }
86+
bench-support = { path = "bench-support" }
8787
criterion = "0.8"
8888
dhat = "0.3"
8989
lru = "0.16"

0 commit comments

Comments
 (0)