From 3d098d2ed9c5830d6903adcedaacaa54d188fe66 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Mon, 26 Aug 2019 19:50:56 -0700 Subject: [PATCH] turn cargo audit version back on (#5651) --- ci/test-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test-checks.sh b/ci/test-checks.sh index e83fffe1f2..7add714d0e 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -18,7 +18,7 @@ _ cargo +"$rust_stable" clippy --version _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings _ cargo +"$rust_stable" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings -# _ cargo +"$rust_stable" audit --version ### cargo-audit stopped supporting --version?? https://github.com/RustSec/cargo-audit/issues/100 +_ cargo +"$rust_stable" audit --version _ cargo +"$rust_stable" audit _ ci/nits.sh _ ci/order-crates-for-publishing.py