From 85ab930d1f72630eb4eaa3f8e22ba1022cfec0a4 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 6 Jul 2026 18:05:06 +0300 Subject: [PATCH] 0.3.0: bump host Rust toolchain to nightly-2026-05-24 for upstream convergence --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index aa9a974247..2a2f67c4fb 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2026-04-01" +channel = "nightly-2026-05-24" components = ["rust-src", "rustfmt", "clippy"] profile = "minimal"