diff --git a/Makefile b/Makefile index 9008c8b..36fd14a 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ build: pre .PHONY: pre pre: - cargo deny check licenses + cargo deny --all-features check licenses cargo fmt --all -- --check cargo clippy --all diff --git a/deny.toml b/deny.toml index 3af17bd..db672a4 100644 --- a/deny.toml +++ b/deny.toml @@ -74,7 +74,7 @@ allow = [ # "BSD-2-Clause", # "BSD-3-Clause", "Apache-2.0", - #"Apache-2.0 WITH LLVM-exception", + "Apache-2.0 WITH LLVM-exception", ] # List of explictly disallowed licenses # See https://spdx.org/licenses/ for list of possible licenses