We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b06703 commit d6f95d4Copy full SHA for d6f95d4
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.9", features = ["tmp", "stable"] }
+compiletest_rs = { version = "0.10", features = ["tmp", "stable"] }
31
# criterion is used for benchmarks.
32
criterion = "0.5"
33
0 commit comments