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))
This commit is contained in:
Ilya Grigoriev 2024-06-15 16:29:29 -07:00
parent a9953b3fb0
commit 71d832b878

View File

@ -85,6 +85,7 @@ allow = [
"BSD-3-Clause",
"ISC",
"MIT",
"Unicode-3.0",
"Unicode-DFS-2016",
]
# List of explicitly disallowed licenses