Skip to content

Commit

Permalink
NDRS-927: ignore cargo audit security warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser999 committed Mar 2, 2021
1 parent a6effcf commit 5e97621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ lint:

.PHONY: audit
audit:
$(CARGO) audit --ignore RUSTSEC-2020-0123
$(CARGO) audit --ignore RUSTSEC-2020-0123 --ignore RUSTSEC-2020-0146

.PHONY: build-docs-stable-rs
build-docs-stable-rs: $(CRATES_WITH_DOCS_RS_MANIFEST_TABLE)
Expand Down

0 comments on commit 5e97621

Please sign in to comment.