Skip to content

Commit

Permalink
fix cargo deny
Browse files Browse the repository at this point in the history
  • Loading branch information
fu5ha committed Sep 10, 2024
1 parent 0e55864 commit b2949ca
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
[advisories]
vulnerability = "allow"
unmaintained = "allow"

[bans]
multiple-versions = "deny"
deny = [
]

skip = [
# two versions of glam for now since macaw is
# unreleased for a little while, should fix soon
{ name = "glam" }
]

[sources]
unknown-registry = "deny"
unknown-git = "allow"
allow-registry = [
"https://github.com/rust-lang/crates.io-index",
]

[licenses]
unlicensed = "deny"
allow-osi-fsf-free = "neither"
# We want really high confidence when inferring licenses from text
confidence-threshold = 0.92
copyleft = "deny"
allow = [
"Apache-2.0",
"MIT",
Expand Down

0 comments on commit b2949ca

Please sign in to comment.