Skip to content

Commit 770ba29

Browse files
committed
chore: add BSD-2-Clause to cargo deny allow list
1 parent c2fba9f commit 770ba29

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
@@ -93,8 +93,8 @@ ignore = [
9393
allow = [
9494
"MIT",
9595
"Apache-2.0",
96-
"Unicode-DFS-2016",
9796
"Unicode-3.0",
97+
"BSD-2-Clause",
9898
# "Apache-2.0 WITH LLVM-exception",
9999
]
100100
# The confidence threshold for detecting a license from license text.

0 commit comments

Comments
 (0)