Skip to content

Commit

Permalink
Merge pull request #227 from JohnTitor/pin-criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Aug 6, 2021
2 parents 65deaf7 + b19afb6 commit d71851e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phf_generator/Cargo.toml
Expand Up @@ -11,10 +11,10 @@ edition = "2018"
rand = { version = "0.8", features = ["small_rng"] }
phf_shared = { version = "0.9.0", default-features = false }
# for stable black_box()
criterion = { version = "0.3", optional = true }
criterion = { version = "=0.3.4", optional = true }

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

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

0 comments on commit d71851e

Please sign in to comment.