Skip to content

Commit 66daa13

Browse files
author
Maciej Wójcik
committed
remove outdated ignore
1 parent a7ce99c commit 66daa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ lint-smart-contracts:
152152

153153
.PHONY: audit-rs
154154
audit-rs:
155-
$(CARGO) audit --ignore RUSTSEC-2024-0344 --ignore RUSTSEC-2024-0367 --ignore RUSTSEC-2024-0371 --ignore RUSTSEC-2024-0421
155+
$(CARGO) audit --ignore RUSTSEC-2024-0367 --ignore RUSTSEC-2024-0371 --ignore RUSTSEC-2024-0421
156156

157157
.PHONY: audit-as
158158
audit-as:

0 commit comments

Comments
 (0)