Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .sync/rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - File Sync Settings: https://github.com/OpenDevicePartnership/patina-devops/blob/main/.sync/Files.yml

[toolchain]
channel = "nightly-2026-02-27" # Nightly with the shared merge base to the 1.95.0 stable tag
channel = "nightly-2026-04-11" # Last nightly build of 1.96.0-nightly
targets = ["x86_64-unknown-uefi", "aarch64-unknown-uefi"{% for target in additional_targets %}, "{{ target }}"{% endfor %}]
components = ["rust-src", "clippy", "rustfmt", "rust-docs"]

Expand Down
Loading