Skip to content

Commit

Permalink
ci: allow Unicode-3.0 license for unicode-ident (#7006)
Browse files Browse the repository at this point in the history
Signed-off-by: Alice Ryhl <[email protected]>
  • Loading branch information
Darksonn authored Dec 3, 2024
1 parent f8948ea commit 4bc5a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ allow = [
"Apache-2.0",
]
exceptions = [
{ allow = ["Unicode-DFS-2016"], crate = "unicode-ident" },
{ allow = ["Unicode-3.0", "Unicode-DFS-2016"], crate = "unicode-ident" },
]

[bans]
Expand Down

0 comments on commit 4bc5a1a

Please sign in to comment.