Skip to content

Commit

Permalink
Update the cargo deny config
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Jul 22, 2023
1 parent 85c4826 commit 6913e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ unlicensed = "deny"
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
allow = [
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"MIT",
"Unicode-DFS-2016",
]
# List of explicitly disallowed licenses
Expand Down

0 comments on commit 6913e54

Please sign in to comment.