We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9cc45f7 + dd589ff commit c26372bCopy full SHA for c26372b
Makefile
@@ -25,7 +25,7 @@ tree: ${HOME}/.cargo/bin/cargo-tree
25
PATH=${HOME}/.cargo/bin:${PATH} cargo tree
26
27
audit: ${HOME}/.cargo/bin/cargo-audit
28
- PATH=${HOME}/.cargo/bin:${PATH} cargo audit -D warnings
+ PATH=${HOME}/.cargo/bin:${PATH} cargo audit -D warnings --ignore=RUSTSEC-2021-0145
29
30
tarpaulin: ${HOME}/.cargo/bin/cargo-tarpaulin
31
PATH=${HOME}/.cargo/bin:${PATH} \
0 commit comments