Skip to content

Commit 16e6f78

Browse files
committed
dev-deps: pin criterion to 0.3.4
1 parent ee9a167 commit 16e6f78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ serde = {version = "1.0", optional = true}
3232

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

0 commit comments

Comments
 (0)