Skip to content

Commit

Permalink
Raise minimum tested compiler to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 14, 2024
1 parent 2dd7db3 commit 6516c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.61.0]
rust: [nightly, beta, stable, 1.70.0, 1.61.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand All @@ -38,6 +38,7 @@ jobs:
- run: cargo check --manifest-path tests/crate/Cargo.toml
- run: cargo check --manifest-path tests/crate/Cargo.toml --no-default-features --features alloc
- run: cargo test
if: matrix.rust != '1.61.0'

minimal:
name: Minimal versions
Expand Down

0 comments on commit 6516c7e

Please # to comment.