Skip to content

Commit 6d266dc

Browse files
committed
Lock quickcheck dependency to 1.0.3
1 parent d17b0cf commit 6d266dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ serde = { version = "1", features = ["derive"] }
3333
[dev-dependencies]
3434
crc = "3.3.0"
3535
hdrhistogram = "7.5.4"
36-
quickcheck = "1.0.3"
36+
quickcheck = "=1.0.3"
3737
regex = "1.11.3"
3838
tempfile = "3.23.0"
3939
chrono = "0.4.42"

0 commit comments

Comments
 (0)