Skip to content

Commit e067f75

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/ci-tests.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +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
94-
DOWNLOAD_ELECTRS_AND_BITCOIND
95-
9692
cargo test --verbose --color always --features esplora-blocking
9793
cargo check --verbose --color always --features esplora-blocking
9894
cargo test --verbose --color always --features esplora-async

0 commit comments

Comments
 (0)