Skip to content

Commit

Permalink
chore(ci): use tokio-util 0.7.11 in msrv job (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Sep 12, 2024
1 parent 67a4a49 commit e844616
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 @@ -118,6 +118,7 @@ jobs:
- name: Pin some dependencies
run: |
cargo update -p tokio --precise 1.38.1
cargo update -p tokio-util --precise 0.7.11
- name: Check
run: cargo check --features full
Expand Down

0 comments on commit e844616

Please sign in to comment.