Skip to content

Commit e844616

Browse files
authored
chore(ci): use tokio-util 0.7.11 in msrv job (#3754)
1 parent 67a4a49 commit e844616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ jobs:
118118
- name: Pin some dependencies
119119
run: |
120120
cargo update -p tokio --precise 1.38.1
121+
cargo update -p tokio-util --precise 0.7.11
121122
122123
- name: Check
123124
run: cargo check --features full

0 commit comments

Comments
 (0)