From 7299fe62c3f75b25aac8e3453f3506b7d140ea83 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Thu, 1 Feb 2024 09:41:01 +0100 Subject: [PATCH] Drop `reqwest` pin .. since a version with fixed MSRV was released by now. --- ci/ci-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/ci-tests.sh b/ci/ci-tests.sh index 8b3ece5b..baec6910 100755 --- a/ci/ci-tests.sh +++ b/ci/ci-tests.sh @@ -90,8 +90,7 @@ popd if [[ "$HOST_PLATFORM" != *windows* ]]; then echo -e "\n\nBuilding and testing Transaction Sync Clients with features" pushd lightning-transaction-sync - # reqwest 0.11.21 had a regression that broke its 1.63.0 MSRV - [ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p reqwest --precise "0.11.20" --verbose + DOWNLOAD_ELECTRS_AND_BITCOIND cargo test --verbose --color always --features esplora-blocking -- 2.30.2