From 0fb2dc70ff89dbba98cc066ec4a1058076f243c4 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:52:19 +0200 Subject: [PATCH] rustfmt and llvm-tools are not preview anymore (#30119) As discussed in https://github.com/servo/servo/pull/30112#discussion_r1297331309 --- rust-toolchain.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"