Skip to content

Commit 9df5c9d

Browse files
authored
Merge pull request lightningdevkit#4745 from joostjager/fix-zeroize-msrv-pin
Pin zeroize for old Rust CI
2 parents ad132ea + a8a4767 commit 9df5c9d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci/ci-tests-common.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
2323
# Starting with version 0.27.8, the `hyper-rustls` crate has an MSRV of rustc 1.85.0.
2424
[ "$RUSTC_MINOR_VERSION" -lt 85 ] && cargo update -p hyper-rustls --precise "0.27.7" --quiet
2525

26+
# Starting with version 1.9.0, the `zeroize` crate uses Rust 2024.
27+
[ "$RUSTC_MINOR_VERSION" -lt 85 ] && cargo update -p zeroize --precise "1.8.2" --quiet
28+
2629
export RUST_BACKTRACE=1

0 commit comments

Comments
 (0)