diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 510772d71306..b0a3239b8fdd 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2026-02-13" +channel = "nightly-2026-02-16" components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"] profile = "minimal"