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 25, 2024
1 parent b36538a commit bde9450
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- 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 --features full

miri:
Expand Down

0 comments on commit bde9450

Please sign in to comment.