Skip to content

Commit

Permalink
ci: pin tokio-util for msrv job (#2412)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 9, 2024
1 parent 4cc8ec8 commit a13a6bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ jobs:
cargo update
cargo update -p log --precise 0.4.18
cargo update -p tokio --precise 1.29.1
cargo update -p tokio-util --precise 0.7.11
cargo update -p url --precise 2.5.0
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit a13a6bc

Please sign in to comment.