From 95b087b844027e680b13747a111e500e04f32557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20W=C3=B3jcik?= Date: Wed, 11 Dec 2024 12:51:49 +0100 Subject: [PATCH] remove unnecessary ignores --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1611cdf173..7b69d78c4b 100644 --- a/Makefile +++ b/Makefile @@ -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: