Skip to content

Commit 35c4e15

Browse files
committed
chore: Bump CI toolchain to rust 1.85
Move rust toolchain to 1.85 for edition 2024 and lockfile 4 support
1 parent 037549c commit 35c4e15

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.74"
21+
toolchain: "1.85"
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.74"
31+
toolchain: "1.85"
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.74"
42+
toolchain: "1.85"
4343
- run: cargo test --all-targets --all-features
4444
- run: cargo test --doc
4545

@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v4
5151
- uses: dtolnay/rust-toolchain@master # avoid the tag here to prevent dependabot from updating it
5252
with:
53-
toolchain: "1.74"
53+
toolchain: "1.85"
5454
components: clippy
5555
- run: cargo clippy --all-targets --all-features -- -D warnings
5656

0 commit comments

Comments
 (0)