Skip to content

Commit

Permalink
phf_generator: Unpin the criterion dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Aug 8, 2022
1 parent 97f997d commit 27a2ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phf_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ readme = "README.md"
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
phf_shared = { version = "0.11.0", default-features = false }
# for stable black_box()
criterion = { version = "=0.3.4", optional = true }
criterion = { version = "0.3.6", optional = true }

[dev-dependencies]
criterion = "=0.3.4"
criterion = "0.3.6"

[[bench]]
name = "benches"
Expand Down

0 comments on commit 27a2ce4

Please sign in to comment.