From c6d0855c978b73c9fae31394322928246580ea16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 20 Mar 2017 21:13:54 +0000 Subject: [PATCH] Add cargo install-update (#110) --- common/configure_fresh_system.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index 88673358..492463eb 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -107,6 +107,7 @@ if [[ -z $NORUST ]]; then git submodule update --init --recursive fi set +e + cargo install cargo-update cargo install rustfmt cargo install racer cargo install rustsym