Skip to content

Commit

Permalink
chore(ci): Use tokio 1.38.1 in MSRV check
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Jul 28, 2024
1 parent 4617f49 commit e074bc6
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 e074bc6

Please sign in to comment.