Skip to content

Commit 9051b86

Browse files
Copilotsjoerdsimons
andcommitted
Update CI to use Rust 1.85 for Debian Trixie compatibility
Co-authored-by: sjoerdsimons <[email protected]>
1 parent 8cf51a0 commit 9051b86

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
1919
with:
20-
toolchain: "1.70"
20+
toolchain: "1.85"
2121
- run: cargo check --all-targets --all-features
2222
fmt:
2323
name: cargo fmt
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
2828
with:
29-
toolchain: "1.70"
29+
toolchain: "1.85"
3030
components: rustfmt
3131
- run: cargo fmt --all --check
3232
test:
@@ -38,7 +38,7 @@ jobs:
3838
lfs: 'true'
3939
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
4040
with:
41-
toolchain: "1.70"
41+
toolchain: "1.85"
4242
- run: cargo test --all-targets --all-features
4343

4444
clippy:
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5050
with:
51-
toolchain: "1.70"
51+
toolchain: "1.85"
5252
components: clippy
5353
- run: cargo clippy --all-targets --all-features -- -D warnings
5454

0 commit comments

Comments
 (0)