Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit ce0862c

Browse files
committed
Pin tokio in CI to fix MSRV violation
1 parent 41043b8 commit ce0862c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
3232
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0.
33+
cargo update -p tokio --precise "1.38.1" --verbose # tokio v1.39.0 requires rustc 1.70 or newer
3334
- name: Cargo check
3435
run: cargo check --release
3536
- name: Check documentation

0 commit comments

Comments
 (0)