Skip to content

Commit

Permalink
dev-deps: pin criterion to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jul 31, 2021
1 parent ee9a167 commit 16e6f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ serde = {version = "1.0", optional = true}

[dev-dependencies]
assert_approx_eq = "1.1.0"
criterion = "0.3"
# O.3.5 uses the matches! macro, which isn't compatible with Rust 1.41
criterion = "=0.3.4"
trybuild = "1.0.23"
rustversion = "1.0"
proptest = { version = "0.10.1", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 16e6f78

Please sign in to comment.