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"]