We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc7be85 + aac136e commit b207c36Copy full SHA for b207c36
1 file changed
ci/ci-tests-common.sh
@@ -20,4 +20,7 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
20
# Starting with version 1.2.0, the `idna_adapter` crate has an MSRV of rustc 1.81.0.
21
[ "$RUSTC_MINOR_VERSION" -lt 81 ] && cargo update -p idna_adapter --precise "1.1.0" --quiet
22
23
+# Starting with version 0.27.8, the `hyper-rustls` crate has an MSRV of rustc 1.85.0.
24
+[ "$RUSTC_MINOR_VERSION" -lt 85 ] && cargo update -p hyper-rustls --precise "0.27.7" --quiet
25
+
26
export RUST_BACKTRACE=1
0 commit comments