From 70601eb0c5c4413a9fb194467c45ff915eba0126 Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 16 Mar 2023 00:16:23 +0100 Subject: [PATCH] LLVM tools got a shiny new name --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d32c413..ecc21cc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "nightly" -components = ["rust-src", "llvm-tools-preview"] +components = ["rust-src", "llvm-tools"]