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.
1 parent 9cc45f7 commit dd589ffCopy full SHA for dd589ff
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