Skip to content

Commit 427da08

Browse files
committed
Pin proptest again to fix CI
.. `proptest` 1.9.0 was just released, now requiring rustc 1.82.
1 parent 98c83df commit 427da08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ci-tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
1717
# The backtrace v0.3.75 crate relies on rustc 1.82
1818
[ "$RUSTC_MINOR_VERSION" -lt 82 ] && cargo update -p backtrace --precise "0.3.74" --verbose
1919

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+
2023
export RUST_BACKTRACE=1
2124

2225
echo -e "\n\nChecking the workspace, except lightning-transaction-sync."

0 commit comments

Comments
 (0)