Skip to content

Commit 7321a5d

Browse files
committed
fix(ci): pin tokio-util to 0.7.11
1 parent cec57f6 commit 7321a5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cont_integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
cargo update -p home --precise 0.5.5
6060
cargo update -p url --precise "2.5.0"
6161
cargo update -p tokio --precise "1.38.1"
62+
cargo update -p tokio-util --precise "0.7.11"
6263
- name: Build
6364
run: cargo build --features ${{ matrix.features }} --no-default-features
6465
- name: Test

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ cargo update -p time --precise "0.3.20"
2424
cargo update -p home --precise 0.5.5
2525
cargo update -p url --precise "2.5.0"
2626
cargo update -p tokio --precise "1.38.1"
27+
cargo update -p tokio-util --precise "0.7.11"
2728
```

0 commit comments

Comments
 (0)