Skip to content

Commit f7a7f62

Browse files
authored
ci: remove cargo-deny Unicode-DFS-2016 license exception config (#7619)
1 parent d1f1499 commit f7a7f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deny.toml

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

1515
[bans]

0 commit comments

Comments
 (0)