Skip to content

Commit 2aecfa4

Browse files
committed
Fix dev MSRV build of lightning-transaction-sync
...due to a transitive dependency of the `bitcoind` crate.
1 parent 642240e commit 2aecfa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/ci-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ if [[ "$HOST_PLATFORM" != *windows* ]]; then
8989
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p reqwest --precise "0.11.20" --verbose
9090
# Starting with version 1.10.0, the `regex` crate has an MSRV of rustc 1.65.0.
9191
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p regex --precise "1.9.6" --verbose
92+
# Starting with version 0.5.9 (there is no .6-.8), the `home` crate has an MSRV of rustc 1.70.0.
93+
[ "$RUSTC_MINOR_VERSION" -lt 70 ] && cargo update -p home --precise "0.5.5" --verbose
9294

9395
DOWNLOAD_ELECTRS_AND_BITCOIND
9496

0 commit comments

Comments
 (0)