From 7ae648f748d8f8e7e2a7b8ad521847560eade818 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Sat, 31 Aug 2024 21:15:53 +0200 Subject: [PATCH] chore: allow license "MIT-0" for dependencies Signed-off-by: David Bernard --- tools/cargo-deny/deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cargo-deny/deny.toml b/tools/cargo-deny/deny.toml index 003c92a..278ac5d 100644 --- a/tools/cargo-deny/deny.toml +++ b/tools/cargo-deny/deny.toml @@ -7,7 +7,7 @@ wildcards = "deny" [licenses] confidence-threshold = 0.95 -allow = ["Apache-2.0", "MIT", "Unicode-DFS-2016"] +allow = ["Apache-2.0", "MIT", "MIT-0", "Unicode-DFS-2016"] exceptions = [] # The unpublished packages (generator) would be ignored now