Skip to content

Commit

Permalink
Fix broken cargo-deny
Browse files Browse the repository at this point in the history
  • Loading branch information
algesten committed Nov 25, 2024
1 parent 0b6e500 commit 0076385
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ targets = [
]

[advisories]
vulnerability = "deny"
unmaintained = "warn"
yanked = "deny"
ignore = []

Expand All @@ -41,10 +39,7 @@ skip-tree = []

[licenses]
private = { ignore = true }
unlicensed = "deny"
allow-osi-fsf-free = "neither"
confidence-threshold = 0.92 # We want really high confidence when inferring licenses from text
copyleft = "deny"
allow = [
"Apache-2.0 WITH LLVM-exception", # https://spdx.org/licenses/LLVM-exception.html
"Apache-2.0", # https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)
Expand Down

0 comments on commit 0076385

Please sign in to comment.