From 238a9db6494781bf49ed82c8bf5acbd78e80b610 Mon Sep 17 00:00:00 2001 From: Stefan Kroboth Date: Thu, 7 Mar 2024 17:33:21 +0100 Subject: [PATCH] test --- deny.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deny.toml b/deny.toml index 355c41c1f..db09b686e 100644 --- a/deny.toml +++ b/deny.toml @@ -26,11 +26,6 @@ targets = [ # the actual valid features supported by the target architecture. #{ triple = "wasm32-unknown-unknown", features = ["atomics"] }, ] -exclude = [ - # Excluded because it is only used as a dev-dependency for testing - # TODO: Remove the exclude as soon as the fix for https://github.com/EmbarkStudios/krates/issues/60 is available in the cargo-deny-action - "intel-mkl-src", # TODO: Delete as -] # This section is considered when running `cargo deny check advisories` # More documentation for the advisories section can be found here: