mirror of
https://github.com/zdharma-continuum/zinit-annex-rust.git
synced 2026-09-10 04:36:14 -04:00
Merge pull request #15 from forestaa/fix/rustup-init-component
fix: latest rustup-init requires comma-separated list of component
This commit is contained in:
commit
c747bf9c5a
|
|
@ -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