diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 1a2b59db089f..b6abd825943e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2026-01-14" +channel = "nightly-2026-01-17" components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"] profile = "minimal"