Skip to content

Commit d6893d1

Browse files
committed
Update nightly in CI
1 parent 1248b99 commit d6893d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: dtolnay/rust-toolchain@master
2424
id: toolchain
2525
with:
26-
toolchain: nightly-2025-09-16
26+
toolchain: nightly-2025-11-21
2727
components: "rustfmt, miri"
2828
- name: Override default toolchain
2929
run: rustup override set ${{steps.toolchain.outputs.name}}
@@ -52,7 +52,7 @@ jobs:
5252
uses: dtolnay/rust-toolchain@master
5353
id: toolchain
5454
with:
55-
toolchain: nightly-2025-09-16
55+
toolchain: nightly-2025-11-21
5656
components: "clippy, rustfmt"
5757
- name: Override default toolchain
5858
run: rustup override set ${{steps.toolchain.outputs.name}}
@@ -80,7 +80,7 @@ jobs:
8080
uses: dtolnay/rust-toolchain@master
8181
id: toolchain
8282
with:
83-
toolchain: nightly-2025-09-16
83+
toolchain: nightly-2025-11-21
8484
components: rust-docs
8585
- name: Override default toolchain
8686
run: rustup override set ${{steps.toolchain.outputs.name}}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: dtolnay/rust-toolchain@master
1818
id: toolchain
1919
with:
20-
toolchain: nightly-2025-09-16
20+
toolchain: nightly-2025-11-21
2121
- name: Override default toolchain
2222
run: rustup override set ${{steps.toolchain.outputs.name}}
2323
- run: cargo --version

.github/workflows/rustdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: dtolnay/rust-toolchain@master
2222
id: toolchain
2323
with:
24-
toolchain: nightly-2025-09-16
24+
toolchain: nightly-2025-11-21
2525
components: rust-docs
2626
- name: Override default toolchain
2727
run: rustup override set ${{steps.toolchain.outputs.name}}

0 commit comments

Comments
 (0)