Skip to content

Commit 3e82357

Browse files
committed
f Pin regex in lightning-transaction-sync
1 parent fbdea7b commit 3e82357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/ci-tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ if [[ "$HOST_PLATFORM" != *windows* ]]; then
4444
# reqwest 0.11.21 had a regression that broke its 1.63.0 MSRV
4545
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p reqwest --precise "0.11.20" --verbose
4646

47+
# Starting with version 1.10.0, the `regex` crate has an MSRV of rustc 1.65.0.
48+
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p regex --precise "1.9.6" --verbose
49+
4750
ELECTRS_DL_ENDPOINT="https://github.com/RCasatta/electrsd/releases/download/electrs_releases"
4851
ELECTRS_VERSION="esplora_a33e97e1a1fc63fa9c20a116bb92579bbf43b254"
4952
BITCOIND_DL_ENDPOINT="https://bitcoincore.org/bin/"

0 commit comments

Comments
 (0)