fix: rustup-init component

This commit is contained in:
forestaa 2025-04-12 09:49:24 +09:00
parent 327134e002
commit a27a5a2fe8

View file

@ -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