Skip to content

Commit

Permalink
remove unnecessary ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Dec 11, 2024
1 parent 1cd2f05 commit 95b087b
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 @@ -152,7 +152,7 @@ lint-smart-contracts:

.PHONY: audit-rs
audit-rs:
$(CARGO) audit --ignore RUSTSEC-2024-0371 --ignore RUSTSEC-2024-0421
$(CARGO) audit

.PHONY: audit-as
audit-as:
Expand Down

0 comments on commit 95b087b

Please sign in to comment.