From 2ceafac27a766e86995e52a9dc9bcbf086bd1c65 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 14 Feb 2018 21:02:57 +0100 Subject: [PATCH] Remove nightly flag --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 754c7b9..e66b95c 100644 --- a/Makefile +++ b/Makefile @@ -93,10 +93,10 @@ install-test: install-servers install-style: install-docs pip install -U flake8 flake8-import-order 'flake8-bugbear>=17.3.0' - which cargo-install-update || cargo +nightly install cargo-update - cargo +nightly install-update -i clippy - cargo +nightly install-update -i rustfmt-nightly - cargo +nightly install-update -i cargo-update + which cargo-install-update || cargo install cargo-update + cargo install-update -i clippy + cargo install-update -i rustfmt-nightly + cargo install-update -i cargo-update style: flake8