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