diff --git a/deny.toml b/deny.toml index 61daf9ee..29a43fa8 100644 --- a/deny.toml +++ b/deny.toml @@ -72,7 +72,7 @@ unlicensed = "deny" allow = [ "MIT", # "BSD-2-Clause", - "BSD-3-Clause", +# "BSD-3-Clause", "Apache-2.0", "Apache-2.0 WITH LLVM-exception", ] @@ -107,7 +107,7 @@ exceptions = [ # Each entry is the crate and version constraint, and its specific allow # list { allow = ["Unicode-DFS-2016"], name = "unicode-ident", version = "*" }, # Used only by comfy-table in the benchmarks - { allow = ["ISC"], name = "libloading", version = "*" }, # Used only by rocksdb in the benchmarks +# { allow = ["ISC"], name = "libloading", version = "*" }, # Used only by rocksdb in the benchmarks ] # Some crates don't have (easily) machine readable licensing information, diff --git a/justfile b/justfile index 28a2fc6c..c9bbb9a2 100644 --- a/justfile +++ b/justfile @@ -3,7 +3,7 @@ build: pre cargo doc pre: - cargo deny check licenses + cargo deny --all-features check licenses cargo fmt --all -- --check cargo clippy --all --all-targets