From 71d832b878e6480728254be222598ab9737f4e08 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sat, 15 Jun 2024 16:29:29 -0700 Subject: [PATCH] Add Unicode-3.0 to allowed licenses Without this, `cargo deny` fails after a `cargo update` (https://github.com/martinvonz/jj/actions/runs/9531433728/job/26272377250?pr=3892 failed, but once it includes this commit, #3892 no longer has a `cargo deny` failure. The windows failure is unrelated)) --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 51591c3b8..fb85836a4 100644 --- a/deny.toml +++ b/deny.toml @@ -85,6 +85,7 @@ allow = [ "BSD-3-Clause", "ISC", "MIT", + "Unicode-3.0", "Unicode-DFS-2016", ] # List of explicitly disallowed licenses