Skip to content

Commit

Permalink
Merge pull request #265 from rust-phf/unpin-criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Aug 8, 2022
2 parents 97f997d + 27a2ce4 commit 3c6af3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phf_generator/Cargo.toml
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 3c6af3f

Please sign in to comment.