From 53bb7f16cca0d335257962b5e10680eae22c5dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Audiger?= Date: Sat, 11 Oct 2025 20:42:06 +0200 Subject: [PATCH] build: remove target setup from rust toolchain toml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémy Audiger --- rust-toolchain.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b597680..29b0517 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,3 @@ [toolchain] channel = "1.90" profile = "default" -targets = ["x86_64-unknown-linux-musl"]