Skip to content

Commit

Permalink
chore(ci): Use tokio 1.38.1 in MSRV check (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jul 26, 2024
1 parent b36538a commit 7afb1ed
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 7afb1ed

Please sign in to comment.