Use new cargo install syntax (#138)

This commit is contained in:
Cyryl Płotnicki 2017-10-16 20:02:25 +01:00 committed by GitHub
parent ba6222b92c
commit afa606b7c0

View file

@ -106,12 +106,9 @@ if [[ -z $NORUST ]]; then
git pull git pull
git submodule update --init --recursive git submodule update --init --recursive
fi fi
set +e set +e
cargo install cargo-update cargo install cargo-update rustfmt racer rustsym ripgrep
cargo install rustfmt
cargo install racer
cargo install rustsym
cargo install ripgrep
cd "$DIR/../" cd "$DIR/../"
if [[ ! -d alacritty ]]; then if [[ ! -d alacritty ]]; then