mirror of
https://github.com/zdharma-continuum/zinit-annex-rust.git
synced 2026-09-10 04:36:14 -04:00
fix: rustup-init component
This commit is contained in:
parent
327134e002
commit
a27a5a2fe8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue