From 2aa529fbdf840b1c89d657a495eb4d4f9d7aab1f Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 28 Apr 2020 11:23:59 +0200 Subject: [PATCH] ci: remove cargo-audit It's been replaced by cargo-deny in all modules. Don't regenerate images for now, it's not a problem to keep it around until the next images update round. --- ci/install-rust.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/install-rust.sh b/ci/install-rust.sh index 9305ff5d1..f4f79682b 100755 --- a/ci/install-rust.sh +++ b/ci/install-rust.sh @@ -22,5 +22,4 @@ if [ "$RUST_VERSION" = "stable" ]; then rustup component add rustfmt cargo install --force cargo-deny cargo install --force --git https://github.com/kbknapp/cargo-outdated - cargo install --force cargo-audit fi