Skip to content

Commit

Permalink
chore(ci): use tokio-util 0.7.11 in MSRV check
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Sep 12, 2024
1 parent 90359ba commit 8f9d9ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:
with:
toolchain: ${{ steps.msrv.outputs.version }}

- name: Make sure tokio 1.38.1 is used for MSRV
- name: Pin some dependencies for MSRV
run: |
cargo update
cargo update --package tokio --precise 1.38.1
cargo update --package tokio-util --precise 0.7.11
- run: cargo check -p h2

Expand Down

0 comments on commit 8f9d9ed

Please sign in to comment.