Skip to content

Commit 3651f22

Browse files
committed
Drop reqwest pin
.. since a version with fixed MSRV was released by now.
1 parent 92ec36a commit 3651f22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/ci-tests.sh

-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ popd
8989

9090
echo -e "\n\nBuilding and testing Transaction Sync Clients with features"
9191
pushd lightning-transaction-sync
92-
# reqwest 0.11.21 had a regression that broke its 1.63.0 MSRV
93-
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p reqwest --precise "0.11.20" --verbose
9492
DOWNLOAD_ELECTRS_AND_BITCOIND
9593

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

0 commit comments

Comments
 (0)