diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f53b7e11249..fbaacf021be 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -2,10 +2,10 @@ channel = "nightly-2023-02-01" components = [ # https://github.com/rust-lang/rust/issues/72594#issuecomment-633779564 - "llvm-tools-preview", + "llvm-tools", # For components/script_plugins, https://github.com/rust-lang/rust/pull/67469 "rustc-dev", "rust-docs", - "rustfmt-preview", + "rustfmt", ] profile = "minimal"