Skip to content

Commit 4bc5a1a

Browse files
authored
ci: allow Unicode-3.0 license for unicode-ident (tokio-rs#7006)
Signed-off-by: Alice Ryhl <[email protected]>
1 parent f8948ea commit 4bc5a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ allow = [
99
"Apache-2.0",
1010
]
1111
exceptions = [
12-
{ allow = ["Unicode-DFS-2016"], crate = "unicode-ident" },
12+
{ allow = ["Unicode-3.0", "Unicode-DFS-2016"], crate = "unicode-ident" },
1313
]
1414

1515
[bans]

0 commit comments

Comments
 (0)