From 661422ffe220dfabd411fe7d2d5f76f87f356d4c Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:03:47 +0000 Subject: [PATCH] Update Rust to nightly-2026-06-25 --- 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 2794cdb7..728c0f21 100644 --- a/xde/rust-toolchain.toml +++ b/xde/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2026-06-19" +channel = "nightly-2026-06-25" target = "x86_64-unknown-illumos" components = [ "clippy", "rustfmt", "rust-src" ] profile = "minimal"