From bf84fb534d50e03edfb003f28a9af476414bc4d7 Mon Sep 17 00:00:00 2001 From: "hash-dependencies[bot]" <313803700+hash-dependencies[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 00:57:09 +0000 Subject: [PATCH] Update Rust to nightly-2026-08-23 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 45ae891c2fd..505b2933fea 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2026-08-03" +channel = "nightly-2026-08-23" components = ['rustfmt', 'clippy', 'llvm-tools', 'miri', 'rust-src', 'rust-analyzer', 'rustc-codegen-cranelift']