Skip to content

Commit

Permalink
Fix criterion dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Jul 16, 2023
1 parent 8df4756 commit 1ccb26a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion experimental/zerotrie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ postcard = { version = "1.0", default-features = false, features = ["alloc"] }
serde = { version = "1.0", default-features = false }
zerovec = { path = "../../utils/zerovec", features = ["serde", "hashmap"] }
litemap = { path = "../../utils/litemap" }
criterion = "0.3"
criterion = "0.4"
icu_benchmark_macros = { path = "../../tools/benchmark/macros" }
serde_json = "1.0"
bincode = "1.0"
Expand Down

0 comments on commit 1ccb26a

Please sign in to comment.