File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ _ cargo +"$rust_stable" clippy --all --exclude solana-sdk-c -- --deny=warnings
19
19
_ cargo +" $rust_stable " clippy --manifest-path sdk-c/Cargo.toml -- --deny=warnings
20
20
21
21
_ cargo +" $rust_stable " audit --version
22
- _ cargo +" $rust_stable " audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034
22
+ _ cargo +" $rust_stable " audit --ignore RUSTSEC-2019-0013 --ignore RUSTSEC-2018-0015 --ignore RUSTSEC-2019-0031
23
23
_ ci/nits.sh
24
24
_ ci/order-crates-for-publishing.py
25
25
_ book/build.sh
26
26
_ ci/check-ssh-keys.sh
27
27
28
28
{
29
29
cd programs/bpf
30
- _ cargo +" $rust_stable " audit --ignore RUSTSEC-2019-0031 --ignore RUSTSEC-2019-0033 --ignore RUSTSEC-2019-0034
30
+ _ cargo +" $rust_stable " audit --ignore RUSTSEC-2019-0031
31
31
for project in rust/* / ; do
32
32
echo " +++ do_bpf_checks $project "
33
33
(
You can’t perform that action at this time.
0 commit comments