From cfd76efca9060f2d7a2b50b915fced6fef2b8bd0 Mon Sep 17 00:00:00 2001 From: Nemo157 Date: Thu, 5 Dec 2019 20:19:10 +0100 Subject: [PATCH] Remove `-Z install-upgrade` for cargo-audit This is now the default since https://github.com/rust-lang/cargo/pull/7560, still need to use nightly for `-Z minimal-versions` though. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6cb22d65..777a1842 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: cache: cargo rust: nightly install: - - cargo install -Z install-upgrade cargo-audit + - cargo install cargo-audit script: - cargo generate-lockfile -Z minimal-versions - cargo audit