Skip to content

Commit 2a32352

Browse files
committed
f
1 parent b732e76 commit 2a32352

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ci/ci-tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ function PIN_RELEASE_DEPS {
1010
# Starting with version 1.39.0, the `tokio` crate has an MSRV of rustc 1.70.0
1111
[ "$RUSTC_MINOR_VERSION" -lt 70 ] && cargo update -p tokio --precise "1.38.1" --verbose
1212

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-
1613
return 0 # Don't fail the script if our rustc is higher than the last check
1714
}
1815

0 commit comments

Comments
 (0)