From 784943ecabbee21272da103a06840064cf2ee949 Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Thu, 8 Aug 2019 14:53:02 -0700 Subject: [PATCH] unignore RUSTSEC 2019 0011 (#5365) --- 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 877433d734..43fb6c9feb 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -14,7 +14,7 @@ _ cargo +"$rust_stable" fmt --all -- --check _ cargo +"$rust_stable" clippy --version _ cargo +"$rust_stable" clippy --all -- --deny=warnings _ cargo +"$rust_stable" audit --version -_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0011 # https://github.com/solana-labs/solana/issues/5207 +_ cargo +"$rust_stable" audit _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh