Skip to content

Commit ea6876b

Browse files
committed
ci: pin tokio-util dependency version to build with rust 1.63
1 parent 60acb9b commit ea6876b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
cargo update -p url --precise "2.5.0"
4949
cargo update -p cc --precise "1.0.105"
5050
cargo update -p tokio --precise "1.38.1"
51+
cargo update -p tokio-util --precise "0.7.11"
5152
- name: Build
5253
run: cargo build ${{ matrix.features }}
5354
- name: Test

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ cargo update -p proptest --precise "1.2.0"
7575
cargo update -p url --precise "2.5.0"
7676
cargo update -p cc --precise "1.0.105"
7777
cargo update -p tokio --precise "1.38.1"
78+
cargo update -p tokio-util --precise "0.7.11"
7879
```
7980

8081
## License

0 commit comments

Comments
 (0)