Skip to content

Commit

Permalink
Update criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Oct 15, 2019
1 parent eee56c0 commit 9de3d83
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 @@ -11,10 +11,10 @@ edition = "2018"
rand = { version = "0.7", features = ["small_rng"] }
phf_shared = { version = "0.7.24", path = "../phf_shared" }
# for stable black_box()
criterion = { version = "0.2", optional = true }
criterion = { version = "0.3", optional = true }

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

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

0 comments on commit 9de3d83

Please sign in to comment.