Skip to content

Commit 7afb1ed

Browse files
authored
chore(ci): Use tokio 1.38.1 in MSRV check (#139)
1 parent b36538a commit 7afb1ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

+4
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
uses: dtolnay/rust-toolchain@master
6969
with:
7070
toolchain: ${{ matrix.rust }}
71+
- name: Make sure tokio 1.38.1 is used for MSRV
72+
run: |
73+
cargo update
74+
cargo update --package tokio --precise 1.38.1
7175
- run: cargo check --features full
7276

7377
miri:

0 commit comments

Comments
 (0)