Skip to content

Commit

Permalink
Update to criterion 0.3 to avoid multiple rand versions
Browse files Browse the repository at this point in the history
  • Loading branch information
repi committed Sep 14, 2019
1 parent b01bad6 commit a89197d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rand = { version = "0.7", optional = true, default-features = false }
serde = { version = "1.0", optional = true, features = ["derive"] }

[dev-dependencies]
criterion = "0.2"
criterion = "0.3"
rand_xoshiro = "0.4"
serde_json = "1.0"

Expand Down

0 comments on commit a89197d

Please sign in to comment.