Skip to content

Commit

Permalink
chore: disable Rust 1.57 tests on CI
Browse files Browse the repository at this point in the history
The tests use Tokio, and the latest Tokio no longer works on Rust
1.57. I'll fix this later.
  • Loading branch information
hawkw committed Apr 6, 2024
1 parent c5bbbb3 commit d014e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
# test all Rust versions on Ubuntu
rust: [stable, 1.57.0]
rust: [stable]
os: [ubuntu-latest]
# test stable Rust on Windows and MacOS as well
include:
Expand Down

0 comments on commit d014e69

Please sign in to comment.