From 1476c582240b9587a6b2f79a79e1cc909c01f812 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Tue, 7 Jan 2025 11:48:10 +0100 Subject: [PATCH] fix: update the license for unicode --- 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 278ac5d..948dff8 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", "MIT-0", "Unicode-DFS-2016"] +allow = ["Apache-2.0", "MIT", "MIT-0", "Unicode-3.0"] exceptions = [] # The unpublished packages (generator) would be ignored now