Skip to content

Commit 10d8d40

Browse files
committed
chore: update nightly toolchain used in CI
1 parent 00028db commit 10d8d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
- uses: actions/checkout@v5
205205
- uses: dtolnay/rust-toolchain@master
206206
with:
207-
toolchain: nightly-2024-11-30
207+
toolchain: nightly-2025-09-28
208208
- name: Install sccache
209209
uses: mozilla-actions/sccache-action@v0.0.9
210210

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v5
3333
- uses: dtolnay/rust-toolchain@master
3434
with:
35-
toolchain: nightly-2024-11-30
35+
toolchain: nightly-2025-09-28
3636
- name: Install sccache
3737
uses: mozilla-actions/sccache-action@v0.0.9
3838

0 commit comments

Comments
 (0)