Skip to content

Commit

Permalink
Raise minimum tested compiler to 1.70
Browse files Browse the repository at this point in the history
Required by the `toml` crate.
  • Loading branch information
dtolnay committed Mar 17, 2024
1 parent 4aad4ed commit 8ad81c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.65.0]
rust: [nightly, beta, stable, 1.70.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8ad81c2

Please sign in to comment.