Update nightly dependencies if needed
This commit is contained in:
parent
9574bc6c56
commit
5341fd5604
1 changed files with 2 additions and 1 deletions
|
@ -113,8 +113,9 @@ if [[ -z $NORUST ]]; then
|
|||
|
||||
set +e
|
||||
cargo install cargo-update racer rustsym ripgrep fd-find genpass
|
||||
set -e
|
||||
cargo install-update -a
|
||||
set -e
|
||||
rustup run nightly cargo install-update -a
|
||||
fi
|
||||
|
||||
set +e
|
||||
|
|
Loading…
Reference in a new issue