We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reqwest
1 parent 9ac42ed commit 7299fe6Copy full SHA for 7299fe6
ci/ci-tests.sh
@@ -90,8 +90,7 @@ popd
90
if [[ "$HOST_PLATFORM" != *windows* ]]; then
91
echo -e "\n\nBuilding and testing Transaction Sync Clients with features"
92
pushd lightning-transaction-sync
93
- # reqwest 0.11.21 had a regression that broke its 1.63.0 MSRV
94
- [ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p reqwest --precise "0.11.20" --verbose
+
95
DOWNLOAD_ELECTRS_AND_BITCOIND
96
97
cargo test --verbose --color always --features esplora-blocking
0 commit comments