Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: nightly-2025-02-14
toolchain: nightly-2025-11-21
components: "rustfmt, miri"
- name: Override default toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: nightly-2025-02-14
toolchain: nightly-2025-11-21
components: "clippy, rustfmt"
- name: Override default toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: nightly-2025-02-14
toolchain: nightly-2025-11-21
components: rust-docs
- name: Override default toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: nightly-2025-02-14
toolchain: nightly-2025-11-21
- name: Override default toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
- run: cargo --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
id: toolchain
with:
toolchain: nightly-2025-02-14
toolchain: nightly-2025-11-21
components: rust-docs
- name: Override default toolchain
run: rustup override set ${{steps.toolchain.outputs.name}}
Expand Down
Loading
Loading