Skip to content

Commit c0d9feb

Browse files
committed
ci: pin deps for MSRV
1 parent 5ccd9cf commit c0d9feb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ jobs:
8787
with:
8888
toolchain: ${{ steps.msrv.outputs.version }}
8989

90+
- name: Pin some dependencies for MSRV
91+
run: |
92+
cargo update --package tokio --precise 1.38.1
93+
cargo update --package tokio-util --precise 0.7.11
94+
9095
- run: cargo check -p h2
9196

9297
minimal-versions:

0 commit comments

Comments
 (0)