Pin quickcheck (#306) · fitzgen/bumpalo@f9256f7 (original) (raw)

Commit f9256f7

ElchananHaasElchanan Haas

and

authored

Pin quickcheck (#306)

Co-authored-by: Elchanan Haas elchanan@amazon.com

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ allocator-api2 = { version = "0.2.8", default-features = false, optional = true
46 46 serde = { version = "1.0.171", optional = true }
47 47
48 48 [dev-dependencies]
49 -quickcheck = "1.0.3"
49 +quickcheck = "=1.0.3"
50 50 criterion = "0.3.6"
51 51 rand = "0.8.5"
52 52 serde = { version = "1.0.197", features = ["derive"] }

0 commit comments