Skip to content

Commit

Permalink
chore(ci): pin tokio-util in MSRV CI job (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 16, 2024
1 parent ad4a376 commit 4a8a261
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,11 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Make sure tokio 1.38.1 is used for MSRV
- name: Pin some dependencies for MSRV
run: |
cargo update
cargo update --package tokio --precise 1.38.1
cargo update --package tokio-util --precise 0.7.11
- run: cargo check --features full

miri:
Expand Down

0 comments on commit 4a8a261

Please sign in to comment.