From 82c081243dd488ddb658321919066c3bede18e40 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:02:07 +0000 Subject: [PATCH] Update Rust to nightly-2026-06-29 --- 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..66110eb3 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-29" target = "x86_64-unknown-illumos" components = [ "clippy", "rustfmt", "rust-src" ] profile = "minimal"