Skip to content

Commit

Permalink
Update deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx authored Aug 25, 2024
1 parent a6c1649 commit 9b9d05c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[graph]
targets = [
{ triple = "x86_64-unknown-linux-gnu" },
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "x86_64-apple-darwin" },
{ triple = "x86_64-pc-windows-msvc" },
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-apple-darwin",
"x86_64-pc-windows-msvc",
]

[advisories]
yanked = "deny"
ignore = []

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

0 comments on commit 9b9d05c

Please sign in to comment.