Skip to content

Commit 49ab45b

Browse files
committed
Drop reqwest pin
.. since a version with fixed MSRV was released by now.
1 parent f216d7f commit 49ab45b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/ci-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ cargo test --verbose --color always --features rpc-client,rest-client,tokio
8787
cargo check --verbose --color always --features rpc-client,rest-client,tokio
8888
popd
8989

90+
<<<<<<< HEAD
9091
if [[ "$HOST_PLATFORM" != *windows* ]]; then
9192
echo -e "\n\nBuilding and testing Transaction Sync Clients with features"
9293
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
94+
9595
DOWNLOAD_ELECTRS_AND_BITCOIND
9696

9797
cargo test --verbose --color always --features esplora-blocking

0 commit comments

Comments
 (0)