Skip to content

Commit

Permalink
ci: Downgrade tokio to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Aug 17, 2023
1 parent 58d6b89 commit cf9334a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
cargo update -p colored --precise 2.0.2
cargo update -p tempfile --precise 3.6.0
cargo update -p serde_with:3.2.0 --precise 3.0.0
cargo update -p tokio --precise 1.29.0
- name: test
run: cargo test --target ${{ matrix.platform.target }} ${{ matrix.features.args }}

0 comments on commit cf9334a

Please sign in to comment.