We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad132ea + a8a4767 commit 9df5c9dCopy full SHA for 9df5c9d
1 file changed
ci/ci-tests-common.sh
@@ -23,4 +23,7 @@ PIN_RELEASE_DEPS # pin the release dependencies in our main workspace
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
+# Starting with version 1.9.0, the `zeroize` crate uses Rust 2024.
27
+[ "$RUSTC_MINOR_VERSION" -lt 85 ] && cargo update -p zeroize --precise "1.8.2" --quiet
28
+
29
export RUST_BACKTRACE=1
0 commit comments