We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reqwest
1 parent 92ec36a commit 3651f22Copy full SHA for 3651f22
ci/ci-tests.sh
@@ -89,8 +89,6 @@ popd
89
90
echo -e "\n\nBuilding and testing Transaction Sync Clients with features"
91
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
96
cargo test --verbose --color always --features esplora-blocking
0 commit comments