From e35e23238e7ebf1dfb7105944f9c83be5eed3d00 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 14 Feb 2018 21:16:28 +0100 Subject: [PATCH] Re-add nightly? --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e66b95c..24f235c 100644 --- a/Makefile +++ b/Makefile @@ -94,9 +94,9 @@ 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 install cargo-update - cargo install-update -i clippy - cargo install-update -i rustfmt-nightly - cargo install-update -i cargo-update + cargo +nightly install-update -i clippy + cargo +nightly install-update -i rustfmt-nightly + cargo +nightly install-update -i cargo-update style: flake8