Skip to content

Commit 77be664

Browse files
tottotoseanmonstar
authored andcommitted
chore(ci): use tokio-util 0.7.11 in MSRV check
1 parent 90359ba commit 77be664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
with:
8989
toolchain: ${{ steps.msrv.outputs.version }}
9090

91-
- name: Make sure tokio 1.38.1 is used for MSRV
91+
- name: Pin some dependencies for MSRV
9292
run: |
93-
cargo update
9493
cargo update --package tokio --precise 1.38.1
94+
cargo update --package tokio-util --precise 0.7.11
9595
9696
- run: cargo check -p h2
9797

0 commit comments

Comments
 (0)