Skip to content

Commit

Permalink
ci: pin deps for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 30, 2024
1 parent 5ccd9cf commit c0d9feb
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 @@ -87,6 +87,11 @@ jobs:
with:
toolchain: ${{ steps.msrv.outputs.version }}

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

minimal-versions:
Expand Down

0 comments on commit c0d9feb

Please sign in to comment.