Skip to content

Commit 6ee0b03

Browse files
committed
Allow all unicode-ident licenses
1 parent c6ea93f commit 6ee0b03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ highlight = "all"
155155
# List of crates that are allowed. Use with care!
156156
allow = [
157157
#{ name = "ansi_term", version = "=0.11.0" },
158+
{ name = "unicode-ident", version = "*" },
158159
]
159160
# List of crates to deny
160161
deny = [

0 commit comments

Comments
 (0)