Skip to content

Commit 2ef5ed5

Browse files
committed
Fix deny.toml
1 parent e8f1f2e commit 2ef5ed5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deny.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ allow = [
2020
"Zlib",
2121
]
2222
exceptions = [
23-
{ name = "unicode-ident", allow = ["Unicode-DFS-2016"] },
23+
{ name = "unicode-ident", allow = [
24+
"Unicode-DFS-2016",
25+
"Unicode-3.0",
26+
] },
2427
]
2528

2629
[bans]

0 commit comments

Comments
 (0)