Skip to content

Commit 9b9d05c

Browse files
authored
Update deny.toml
1 parent a6c1649 commit 9b9d05c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deny.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
[graph]
12
targets = [
2-
{ triple = "x86_64-unknown-linux-gnu" },
3-
{ triple = "x86_64-unknown-linux-musl" },
4-
{ triple = "x86_64-apple-darwin" },
5-
{ triple = "x86_64-pc-windows-msvc" },
3+
"x86_64-unknown-linux-gnu",
4+
"x86_64-unknown-linux-musl",
5+
"x86_64-apple-darwin",
6+
"x86_64-pc-windows-msvc",
67
]
78

89
[advisories]
910
yanked = "deny"
1011
ignore = []
1112

1213
[licenses]
13-
unlicensed = "deny"
1414
# We want really high confidence when inferring licenses from text
1515
confidence-threshold = 0.93
1616
allow = ["MIT", "BSD-3-Clause", "Apache-2.0"]

0 commit comments

Comments
 (0)