Skip to content

Commit 16cdd38

Browse files
committed
fix(ci): pin tokio to 1.38.1 on msrv step
1 parent 6002aea commit 16cdd38

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 time --precise "0.3.20"
6060
cargo update -p home --precise 0.5.5
6161
cargo update -p url --precise "2.5.0"
62+
cargo update -p tokio --precise "1.38.1"
6263
- name: Build
6364
run: cargo build --features ${{ matrix.features }} --no-default-features
6465
- name: Clippy

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5"
2323
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"
26+
cargo update -p tokio --precise "1.38.1"
2627
```

0 commit comments

Comments
 (0)