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