Skip to content

Commit

Permalink
chore(ci): use tokio 1.38.1 in MSRV check (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jul 28, 2024
1 parent 4617f49 commit 6868712
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
with:
toolchain: ${{ steps.msrv.outputs.version }}

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

minimal-versions:
Expand Down

0 comments on commit 6868712

Please sign in to comment.