diff --git a/compiler/rustc_codegen_cranelift/rust-toolchain.toml b/compiler/rustc_codegen_cranelift/rust-toolchain.toml index ff51f49edc4ca..ea4ff67c93c89 100644 --- a/compiler/rustc_codegen_cranelift/rust-toolchain.toml +++ b/compiler/rustc_codegen_cranelift/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2026-08-17" +channel = "nightly-2026-08-19" components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"] profile = "minimal"