Skip to content

Commit

Permalink
Fix MSRV CI (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Sep 6, 2024
1 parent 7d79b0d commit 76bb031
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ jobs:
toolchain: ${{ matrix.rust.version }}
- name: Fix MSRV dependencies
if: matrix.rust.msrv == true
run: cargo update -p tokio --precise 1.38.1
run: |
cargo update -p tokio --precise 1.38.1
cargo update -p tokio-util --precise 0.7.11
- name: Run Cargo Build
run: cargo build ${{ matrix.features.features }}

Expand Down

0 comments on commit 76bb031

Please sign in to comment.