We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tokio-util
1 parent 60acb9b commit ea6876bCopy full SHA for ea6876b
.github/workflows/cont_integration.yml
@@ -48,6 +48,7 @@ jobs:
48
cargo update -p url --precise "2.5.0"
49
cargo update -p cc --precise "1.0.105"
50
cargo update -p tokio --precise "1.38.1"
51
+ cargo update -p tokio-util --precise "0.7.11"
52
- name: Build
53
run: cargo build ${{ matrix.features }}
54
- name: Test
README.md
@@ -75,6 +75,7 @@ cargo update -p proptest --precise "1.2.0"
75
76
77
78
+cargo update -p tokio-util --precise "0.7.11"
79
```
80
81
## License
0 commit comments