From e11f38733abee56a6ecdce8229f704a53a7e8137 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Thu, 29 Aug 2019 12:28:43 -0700 Subject: [PATCH] Ignore cargo audit advisory RUSTSEC-2019-0013 (#5713) (#5733) --- 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..9c160ef2a3 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -19,7 +19,7 @@ _ 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 +_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh