From f41fb7d772722d9c15f0e739cf746b98328426c4 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Wed, 28 Aug 2019 14:38:46 -0700 Subject: [PATCH] Ignore cargo audit advisory RUSTSEC-2019-0013 (#5713) --- 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 7add714d0e..0a6c280093 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 +"$rust_stable" audit +_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh