dev-deps: pin criterion to 0.3.4
This commit is contained in:
parent
ee9a1678d5
commit
16e6f78d9c
|
@ -32,7 +32,8 @@ serde = {version = "1.0", optional = true}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert_approx_eq = "1.1.0"
|
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"
|
trybuild = "1.0.23"
|
||||||
rustversion = "1.0"
|
rustversion = "1.0"
|
||||||
proptest = { version = "0.10.1", default-features = false, features = ["std"] }
|
proptest = { version = "0.10.1", default-features = false, features = ["std"] }
|
||||||
|
|
Loading…
Reference in New Issue