Skip to content

Commit 6af1909

Browse files
committed
ci: update rust toolchain
1 parent c10b6f3 commit 6af1909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
profile: minimal
3737
override: true
38-
toolchain: nightly-2023-06-09
38+
toolchain: nightly-2023-09-06
3939
components: rustfmt, clippy
4040

4141
- name: Add target

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
profile: minimal
3131
override: true
32-
toolchain: nightly-2023-06-09
32+
toolchain: nightly-2023-09-06
3333
components: rustfmt, clippy
3434

3535
- name: Add target

0 commit comments

Comments
 (0)