Skip to content

Commit 841522b

Browse files
committed
Raise minimum tested compiler to rust 1.85
1 parent 5c657b3 commit 841522b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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, beta, stable, 1.82.0, 1.80.0, 1.76.0]
27+
rust: [nightly, beta, stable, 1.85.0]
2828
timeout-minutes: 45
2929
steps:
3030
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)