Skip to content

Commit

Permalink
Remove cargo-deny exception for intel-mkl-src. To be merged as soon as
Browse files Browse the repository at this point in the history
…EmbarkStudios/krates#61 arrives in cargo-deny-action.
  • Loading branch information
Tastaturtaste committed Aug 31, 2024
1 parent be2444e commit 7d386c3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +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:
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
Expand Down

0 comments on commit 7d386c3

Please sign in to comment.