From 98ff58bac2fd76415799358506f7cc56a8343678 Mon Sep 17 00:00:00 2001 From: Nick Spinale Date: Thu, 11 Jan 2024 06:32:56 +0000 Subject: [PATCH] Remove uncecessary targets from rust-toolchain.toml Signed-off-by: Nick Spinale --- rust-toolchain.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 26c3b2bd1..5a5e8bfe2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -6,5 +6,4 @@ [toolchain] channel = "nightly-2024-01-06" -targets = [ "x86_64-unknown-linux-musl", "aarch64-unknown-linux-musl" ] components = [ "rustfmt", "rust-src", "rustc-dev", "llvm-tools-preview" ]