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.
proptest
1 parent 98c83df commit 427da08Copy full SHA for 427da08
ci/ci-tests.sh
@@ -17,6 +17,9 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
17
# The backtrace v0.3.75 crate relies on rustc 1.82
18
[ "$RUSTC_MINOR_VERSION" -lt 82 ] && cargo update -p backtrace --precise "0.3.74" --verbose
19
20
+# proptest 1.9.0 requires rustc 1.82.0
21
+[ "$RUSTC_MINOR_VERSION" -lt 82 ] && cargo update -p proptest --precise "1.8.0" --verbose
22
+
23
export RUST_BACKTRACE=1
24
25
echo -e "\n\nChecking the workspace, except lightning-transaction-sync."
0 commit comments