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