From 20e1a5dc2c8998daf583afb829b43e74641e5b9c Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 04:01:58 +0000 Subject: [PATCH] Update Rust to nightly-2026-05-23 --- xde/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xde/rust-toolchain.toml b/xde/rust-toolchain.toml index 89c286e8..d16061c5 100644 --- a/xde/rust-toolchain.toml +++ b/xde/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2026-04-01" +channel = "nightly-2026-05-23" target = "x86_64-unknown-illumos" components = [ "clippy", "rustfmt", "rust-src" ] profile = "minimal"