Ignore cargo audit advisory RUSTSEC-2019-0013 (#5713)

This commit is contained in:
Pankaj Garg
2019-08-28 14:38:46 -07:00
committed by GitHub
parent 156399e8aa
commit f41fb7d772

View File

@ -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" clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings
_ cargo +"$rust_stable" audit --version _ cargo +"$rust_stable" audit --version
_ cargo +"$rust_stable" audit _ cargo +"$rust_stable" audit --ignore RUSTSEC-2019-0013
_ ci/nits.sh _ ci/nits.sh
_ ci/order-crates-for-publishing.py _ ci/order-crates-for-publishing.py
_ book/build.sh _ book/build.sh