From 6e2d8e4e372fb1dbbe6d21594556d61ebcb20f15 Mon Sep 17 00:00:00 2001 From: Oliver Smith-Denny Date: Tue, 2 Jun 2026 14:48:57 -0700 Subject: [PATCH] Update to 1.96.0-nightly This updates all repos to 1.96.0-nightly as there was a bug in Rust 1.95.0-nightly that prevented rust-analyzer from running fully. There were no changes required in Patina to use the newer version. Signed-off-by: Oliver Smith-Denny --- .sync/rust/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sync/rust/rust-toolchain.toml b/.sync/rust/rust-toolchain.toml index 14f4b82..8237bb9 100644 --- a/.sync/rust/rust-toolchain.toml +++ b/.sync/rust/rust-toolchain.toml @@ -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"]