Skip to content

Commit

Permalink
chore: allow license "MIT-0" for dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <[email protected]>
  • Loading branch information
davidB committed Aug 31, 2024
1 parent 16a5718 commit 7ae648f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cargo-deny/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ wildcards = "deny"

[licenses]
confidence-threshold = 0.95
allow = ["Apache-2.0", "MIT", "Unicode-DFS-2016"]
allow = ["Apache-2.0", "MIT", "MIT-0", "Unicode-DFS-2016"]
exceptions = []

# The unpublished packages (generator) would be ignored now
Expand Down

0 comments on commit 7ae648f

Please sign in to comment.