We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62a348 commit f118b6eCopy full SHA for f118b6e
proptest-derive/Cargo.toml
@@ -27,7 +27,7 @@ proptest = { version = "1.0.0", path = "../proptest" }
27
# features. However, due to
28
# https://github.com/laumann/compiletest-rs/issues/166, the default features of
29
# compiletest-rs fail to compile, but the stable fallback works fine.
30
-compiletest_rs = { version = "0.10", features = ["tmp", "stable"] }
+compiletest_rs = { version = "0.11", features = ["tmp", "stable"] }
31
# criterion is used for benchmarks.
32
criterion = "0.5"
33
0 commit comments