Skip to content

Commit 6868712

Browse files
authored
chore(ci): use tokio 1.38.1 in MSRV check (#786)
1 parent 4617f49 commit 6868712

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ jobs:
102102
with:
103103
toolchain: ${{ steps.msrv.outputs.version }}
104104

105+
- name: Make sure tokio 1.38.1 is used for MSRV
106+
run: |
107+
cargo update
108+
cargo update --package tokio --precise 1.38.1
109+
105110
- run: cargo check -p h2
106111

107112
minimal-versions:

0 commit comments

Comments
 (0)