We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b732e76 commit 2a32352Copy full SHA for 2a32352
ci/ci-tests.sh
@@ -10,9 +10,6 @@ function PIN_RELEASE_DEPS {
10
# Starting with version 1.39.0, the `tokio` crate has an MSRV of rustc 1.70.0
11
[ "$RUSTC_MINOR_VERSION" -lt 70 ] && cargo update -p tokio --precise "1.38.1" --verbose
12
13
- # Starting with version 0.7.12, the `tokio-util` crate has an MSRV of rustc 1.70.0
14
- [ "$RUSTC_MINOR_VERSION" -lt 70 ] && cargo update -p tokio-util --precise "0.7.11" --verbose
15
-
16
return 0 # Don't fail the script if our rustc is higher than the last check
17
}
18
0 commit comments