Skip to content

Commit cd793f1

Browse files
committed
More specific version of proptest, so it builds with Rust 1.65.
Proptest recently released 1.7, which bumps the minimum supported Rust version to 1.66, and thus broke our CI. Since this is only a dev dependency for running tests, there's little harm in locking it to 1.6.x, which allows CI to still run tests with Rust 1.65.
1 parent 4df57d6 commit cd793f1

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
@@ -28,7 +28,7 @@ str_indices = { version = "0.4", default-features = false }
2828

2929
[dev-dependencies]
3030
rand = "0.8"
31-
proptest = "1.0"
31+
proptest = "~1.6"
3232
criterion = { version = "0.3", features = ["html_reports"] }
3333
unicode-segmentation = "1.3"
3434
fnv = "1"

0 commit comments

Comments
 (0)