Skip to content

Commit dbc6edb

Browse files
authored
chore: allow Unicode-3.0 in cargo deny (#115)
1 parent 2788e0f commit dbc6edb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ allow = [
9292
"MIT",
9393
"Apache-2.0",
9494
"Unicode-DFS-2016",
95-
"BSD-2-Clause"
95+
"BSD-2-Clause",
96+
"Unicode-3.0"
9697
#"Apache-2.0 WITH LLVM-exception",
9798
]
9899
# The confidence threshold for detecting a license from license text.

0 commit comments

Comments
 (0)