From a27a5a2fe87c4684e852d7d4f75d0ca927bc0d8b Mon Sep 17 00:00:00 2001 From: forestaa Date: Sat, 12 Apr 2025 09:49:24 +0900 Subject: [PATCH] fix: rustup-init component --- za-rust-atclone-handler | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/za-rust-atclone-handler b/za-rust-atclone-handler index 03a1db4..c7d505b 100644 --- a/za-rust-atclone-handler +++ b/za-rust-atclone-handler @@ -84,7 +84,7 @@ if (( ${+ICE[rustup]} )) { bin/rustup-init \ -y \ --no-modify-path \ - --component cargo clippy rustc rust-fmt rust-std \ + --component cargo,clippy,rustc,rust-fmt,rust-std \ --default-toolchain nightly \ --profile minimal \ |& command grep -E '(installing|installed)' @@ -92,7 +92,7 @@ if (( ${+ICE[rustup]} )) { bin/rustup-init \ -y \ --no-modify-path \ - --component cargo clippy rustc rust-fmt rust-std \ + --component cargo,clippy,rustc,rust-fmt,rust-std \ --default-toolchain nightly \ --profile minimal \ &> /dev/null