mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-12 07:14:38 +00:00
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:
parent
a9953b3fb0
commit
71d832b878
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ allow = [
|
||||||
"BSD-3-Clause",
|
"BSD-3-Clause",
|
||||||
"ISC",
|
"ISC",
|
||||||
"MIT",
|
"MIT",
|
||||||
|
"Unicode-3.0",
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016",
|
||||||
]
|
]
|
||||||
# List of explicitly disallowed licenses
|
# List of explicitly disallowed licenses
|
||||||
|
|
Loading…
Reference in a new issue