Skip to content

Commit

Permalink
ci: Don't downgrade tokio (#2369)
Browse files Browse the repository at this point in the history
This was an unintended change caused by merging an older PR after the
MSRV bump without accounting for it.

Signed-off-by: Jens Reidel <[email protected]>
  • Loading branch information
Gelbpunkt committed Sep 4, 2024
1 parent d46d0cc commit 5a9da42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Cache dependencies
uses: Swatinem/rust-cache@v2

- name: Lower Tokio version to keep MSRV at 1.67
run: cargo add "tokio@>=1.19.0,<1.39.0" -p twilight-gateway

- name: Output processor info
run: cat /proc/cpuinfo

Expand Down

0 comments on commit 5a9da42

Please sign in to comment.