Skip to content

Commit 7299fe6

Browse files
committed
Drop reqwest pin
.. since a version with fixed MSRV was released by now.
1 parent 9ac42ed commit 7299fe6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/ci-tests.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ popd
9090
if [[ "$HOST_PLATFORM" != *windows* ]]; then
9191
echo -e "\n\nBuilding and testing Transaction Sync Clients with features"
9292
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
93+
9594
DOWNLOAD_ELECTRS_AND_BITCOIND
9695

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

0 commit comments

Comments
 (0)