Skip to content

Commit 3e6b04d

Browse files
committed
Raise minimum tested compiler to rust 1.76
Required by the `toml` crate.
1 parent 07deaaf commit 3e6b04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
rust: [nightly, stable, beta, 1.70.0, 1.60.0]
27+
rust: [nightly, stable, beta, 1.76.0, 1.60.0]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)