From 5341fd560450d4ae306fa4732a389faef2ddb8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 9 Jun 2018 11:18:45 +0100 Subject: [PATCH] Update nightly dependencies if needed --- common/configure_fresh_system.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index 40724bb1..86a6b523 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -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