We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reqwest
1 parent 92ec36a commit e067f75Copy full SHA for e067f75
ci/ci-tests.sh
@@ -89,10 +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
97
cargo check --verbose --color always --features esplora-blocking
98
cargo test --verbose --color always --features esplora-async
0 commit comments