Skip to content

Commit 9c116d5

Browse files
committed
allow unicode license (#5337)
# Objective - Crate `unicode-ident` added the [unicode license](https://github.com/dtolnay/unicode-ident/blob/master/LICENSE-UNICODE). See https://github.com/dtolnay/unicode-ident#license. The only requirement seems to be to include the license in the distribution - This makes license check fail ## Solution - The license should be ok for Bevy, add it to the allowed licenses
1 parent 2b93ab5 commit 9c116d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ allow = [
2323
"BSD-2-Clause",
2424
"CC0-1.0",
2525
]
26+
exceptions = [
27+
{ name = "unicode-ident", allow = ["Unicode-DFS-2016"] },
28+
]
2629
default = "deny"
2730

2831
[bans]

0 commit comments

Comments
 (0)