Skip to content

Commit aada2f3

Browse files
committed
chore: Match cargo-deny with current reality
1 parent 7b747de commit aada2f3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

deny.toml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,13 @@ unlicensed = "deny"
102102
# See https://spdx.org/licenses/ for list of possible licenses
103103
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
104104
allow = [
105-
#"MIT",
106-
#"Apache-2.0",
107-
#"Apache-2.0 WITH LLVM-exception",
105+
"MIT",
106+
"MIT-0",
107+
"Apache-2.0",
108+
"BSD-3-Clause",
109+
"MPL-2.0",
110+
"Unicode-DFS-2016",
111+
"CC0-1.0",
108112
]
109113
# List of explicitly disallowed licenses
110114
# See https://spdx.org/licenses/ for list of possible licenses
@@ -262,8 +266,8 @@ allow-git = []
262266

263267
[sources.allow-org]
264268
# 1 or more github.com organizations to allow git sources for
265-
github = [""]
269+
github = []
266270
# 1 or more gitlab.com organizations to allow git sources for
267-
gitlab = [""]
271+
gitlab = []
268272
# 1 or more bitbucket.org organizations to allow git sources for
269-
bitbucket = [""]
273+
bitbucket = []

0 commit comments

Comments
 (0)