Skip to content

Commit

Permalink
ci: Downgrade tokio-util to fix MSRV job
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Sep 19, 2024
1 parent 0647576 commit 814373a
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 @@ -78,6 +78,7 @@ jobs:
with:
tool: [email protected]
- run: cargo update -p tokio --precise 1.38.1
- run: cargo update -p tokio-util --precise 0.7.11
- run: cargo test -p tower-http --all-features

style:
Expand Down

0 comments on commit 814373a

Please sign in to comment.