Skip to content

Commit 1ccb26a

Browse files
committed
Fix criterion dependency
1 parent 8df4756 commit 1ccb26a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Cargo.lock

+17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

experimental/zerotrie/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ postcard = { version = "1.0", default-features = false, features = ["alloc"] }
4040
serde = { version = "1.0", default-features = false }
4141
zerovec = { path = "../../utils/zerovec", features = ["serde", "hashmap"] }
4242
litemap = { path = "../../utils/litemap" }
43-
criterion = "0.3"
43+
criterion = "0.4"
4444
icu_benchmark_macros = { path = "../../tools/benchmark/macros" }
4545
serde_json = "1.0"
4646
bincode = "1.0"

0 commit comments

Comments
 (0)