Skip to content

Commit 4a8a261

Browse files
authored
chore(ci): pin tokio-util in MSRV CI job (#149)
1 parent ad4a376 commit 4a8a261

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ jobs:
6868
uses: dtolnay/rust-toolchain@master
6969
with:
7070
toolchain: ${{ matrix.rust }}
71-
- name: Make sure tokio 1.38.1 is used for MSRV
71+
- name: Pin some dependencies for MSRV
7272
run: |
7373
cargo update
7474
cargo update --package tokio --precise 1.38.1
75+
cargo update --package tokio-util --precise 0.7.11
7576
- run: cargo check --features full
7677

7778
miri:

0 commit comments

Comments
 (0)