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.
regex
lightning-transaction-sync
1 parent fbdea7b commit 3e82357Copy full SHA for 3e82357
ci/ci-tests.sh
@@ -44,6 +44,9 @@ if [[ "$HOST_PLATFORM" != *windows* ]]; then
44
# reqwest 0.11.21 had a regression that broke its 1.63.0 MSRV
45
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p reqwest --precise "0.11.20" --verbose
46
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
+
50
ELECTRS_DL_ENDPOINT="https://github.com/RCasatta/electrsd/releases/download/electrs_releases"
51
ELECTRS_VERSION="esplora_a33e97e1a1fc63fa9c20a116bb92579bbf43b254"
52
BITCOIND_DL_ENDPOINT="https://bitcoincore.org/bin/"
0 commit comments