mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 05:58:34 +00:00
Allow Unicode-3.0 license in addition to Unicode-DFS-2016 for unicode-ident crate. (#16471)
# Objective - Fixes #16451. ## Solution - Just allows the new license. ## Notes According to the [Open Source Initiative](https://opensource.org/license/unicode-inc-license-agreement-data-files-and-software), the UNICODE-DFS-**2015** is superseded by UNICODE-3.0. I'm not sure whether 2015 vs 2016 matters, and whether these are 3.0 and DFS-2016 are materially different.
This commit is contained in:
parent
2fbad7d845
commit
1e0d98d53e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ allow = [
|
||||||
exceptions = [
|
exceptions = [
|
||||||
{ name = "unicode-ident", allow = [
|
{ name = "unicode-ident", allow = [
|
||||||
"Unicode-DFS-2016",
|
"Unicode-DFS-2016",
|
||||||
|
"Unicode-3.0",
|
||||||
] },
|
] },
|
||||||
{ name = "symphonia", allow = [
|
{ name = "symphonia", allow = [
|
||||||
"MPL-2.0",
|
"MPL-2.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue