From e407e5f63759e9da57eec36eb122f2b93ebb8da1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 02:32:02 +0000 Subject: [PATCH] Update Rust to nightly-2026-07-05 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 858b58f..bd72eed 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2026-03-23" +channel = "nightly-2026-07-05" targets = [ "riscv64gc-unknown-none-elf" ]