From 787e36a28f2a0d29cd45fb18caabe3a98b5c115e Mon Sep 17 00:00:00 2001 From: Rob Walker Date: Thu, 16 Jan 2020 14:14:44 -0800 Subject: [PATCH] ignore prost is part of move (#7848) --- 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 088cffec90..0abd973860 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 --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031 +_ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2020-0002 _ ci/nits.sh _ ci/order-crates-for-publishing.py _ book/build.sh