Skip to content

Commit 727c344

Browse files
committed
Pin tokio-util to 0.7.11 to fix msrv build
1 parent 2fe02b9 commit 727c344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
2929
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0
3030
cargo update -p tokio --precise "1.38.1" --verbose # tokio v1.39.0 requires rustc 1.70 or newer
31+
cargo update -p tokio-util --precise "0.7.11" --verbose # tokio-util v0.7.12 requires rustc 1.70 or newer
3132
- name: Build on Rust ${{ matrix.toolchain }}
3233
run: cargo build --verbose --color always
3334
- name: Check formatting

0 commit comments

Comments
 (0)