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
|
set +e
|
||||||
cargo install cargo-update racer rustsym ripgrep fd-find genpass
|
cargo install cargo-update racer rustsym ripgrep fd-find genpass
|
||||||
set -e
|
|
||||||
cargo install-update -a
|
cargo install-update -a
|
||||||
|
set -e
|
||||||
|
rustup run nightly cargo install-update -a
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
|
Loading…
Reference in a new issue