Use new cargo install syntax (#138)
This commit is contained in:
parent
ba6222b92c
commit
afa606b7c0
1 changed files with 3 additions and 6 deletions
|
@ -106,12 +106,9 @@ if [[ -z $NORUST ]]; then
|
|||
git pull
|
||||
git submodule update --init --recursive
|
||||
fi
|
||||
|
||||
set +e
|
||||
cargo install cargo-update
|
||||
cargo install rustfmt
|
||||
cargo install racer
|
||||
cargo install rustsym
|
||||
cargo install ripgrep
|
||||
cargo install cargo-update rustfmt racer rustsym ripgrep
|
||||
|
||||
cd "$DIR/../"
|
||||
if [[ ! -d alacritty ]]; then
|
||||
|
|
Loading…
Reference in a new issue