Skip to content

Commit 625f4d3

Browse files
committed
ci: Bump rust toolchain to 1.83
Matching Debian testing
1 parent 6744f5d commit 625f4d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
2020
with:
21-
toolchain: "1.70"
21+
toolchain: "1.83"
2222
- run: cargo check --all-targets --all-features
2323

2424
fmt:
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
3030
with:
31-
toolchain: "1.70"
31+
toolchain: "1.83"
3232
components: rustfmt
3333
- run: cargo fmt --all --check
3434

@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
4141
with:
42-
toolchain: "1.70"
42+
toolchain: "1.83"
4343
- run: cargo test --all-targets --all-features
4444

4545
clippy:
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v4
5050
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5151
with:
52-
toolchain: "1.70"
52+
toolchain: "1.83"
5353
components: clippy
5454
- run: cargo clippy --all-targets --all-features -- -D warnings
5555

0 commit comments

Comments
 (0)