Skip to content

Commit 1fe8dff

Browse files
committed
Raise required compiler to Rust 1.71
1 parent 87278a4 commit 1fe8dff

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [nightly, beta, stable, 1.86.0, 1.68.0]
27+
rust: [nightly, beta, stable, 1.86.0, 1.71.0]
2828
arch: [x86_64, aarch64]
2929
os: [ubuntu]
3030
include:
@@ -43,9 +43,9 @@ jobs:
4343
- run: cargo build --tests --features no-panic --release
4444
if: matrix.rust == 'nightly'
4545
- run: cargo test
46-
if: matrix.rust != '1.68.0'
46+
if: matrix.rust != '1.71.0'
4747
- run: cargo test --release
48-
if: matrix.rust != '1.68.0'
48+
if: matrix.rust != '1.71.0'
4949
- run: cargo check
5050
env:
5151
RUSTFLAGS: ${{env.RUSTFLAGS}} -Ctarget-cpu=native
@@ -54,11 +54,11 @@ jobs:
5454
env:
5555
RUSTFLAGS: ${{env.RUSTFLAGS}} -Ctarget-cpu=native
5656
- run: cargo test
57-
if: matrix.rust != '1.68.0'
57+
if: matrix.rust != '1.71.0'
5858
env:
5959
RUSTFLAGS: ${{env.RUSTFLAGS}} -Ctarget-cpu=native
6060
- run: cargo test --release
61-
if: matrix.rust != '1.68.0'
61+
if: matrix.rust != '1.71.0'
6262
env:
6363
RUSTFLAGS: ${{env.RUSTFLAGS}} -Ctarget-cpu=native
6464
- uses: actions/upload-artifact@v6

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ exclude = ["*.png"]
1010
keywords = ["float"]
1111
license = "MIT"
1212
repository = "https://github.com/dtolnay/zmij"
13-
rust-version = "1.68"
13+
rust-version = "1.71"
1414

1515
[dependencies]
1616
no-panic = { version = "0.1.36", optional = true }

0 commit comments

Comments
 (0)