Skip to content

Commit d2c492b

Browse files
committed
Raise minimum tested compiler to rust 1.76
Required by the `toml` crate.
1 parent fc3ab95 commit d2c492b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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.81.0, 1.70.0]
27+
rust: [nightly, beta, stable, 1.81.0, 1.76.0]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v5
@@ -40,7 +40,7 @@ jobs:
4040
if: matrix.rust == 'nightly'
4141
- run: cargo test --workspace --exclude thiserror_no_std_test
4242
- run: cargo test --manifest-path tests/no-std/Cargo.toml
43-
if: matrix.rust != '1.70.0'
43+
if: matrix.rust != '1.76.0'
4444
- run: cargo test --no-default-features
4545
- uses: actions/upload-artifact@v4
4646
if: matrix.rust == 'nightly' && always()

0 commit comments

Comments
 (0)