Drop `reqwest` pin
authorElias Rohrer <dev@tnull.de>
Thu, 1 Feb 2024 08:41:01 +0000 (09:41 +0100)
committerElias Rohrer <dev@tnull.de>
Mon, 12 Feb 2024 09:42:10 +0000 (10:42 +0100)
.. since a version with fixed MSRV was released by now.

ci/ci-tests.sh

index 8b3ece5b5759655d92c520781b3b86b7c38c6fb2..baec69101303978daeb499df225517f39867398f 100755 (executable)
@@ -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