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.
1 parent 642240e commit 2aecfa4Copy full SHA for 2aecfa4
ci/ci-tests.sh
@@ -89,6 +89,8 @@ if [[ "$HOST_PLATFORM" != *windows* ]]; then
89
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p reqwest --precise "0.11.20" --verbose
90
# Starting with version 1.10.0, the `regex` crate has an MSRV of rustc 1.65.0.
91
[ "$RUSTC_MINOR_VERSION" -lt 65 ] && cargo update -p regex --precise "1.9.6" --verbose
92
+ # Starting with version 0.5.9 (there is no .6-.8), the `home` crate has an MSRV of rustc 1.70.0.
93
+ [ "$RUSTC_MINOR_VERSION" -lt 70 ] && cargo update -p home --precise "0.5.5" --verbose
94
95
DOWNLOAD_ELECTRS_AND_BITCOIND
96
0 commit comments