We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90359ba commit 77be664Copy full SHA for 77be664
.github/workflows/CI.yml
@@ -88,10 +88,10 @@ jobs:
88
with:
89
toolchain: ${{ steps.msrv.outputs.version }}
90
91
- - name: Make sure tokio 1.38.1 is used for MSRV
+ - name: Pin some dependencies for MSRV
92
run: |
93
- cargo update
94
cargo update --package tokio --precise 1.38.1
+ cargo update --package tokio-util --precise 0.7.11
95
96
- run: cargo check -p h2
97
0 commit comments