Skip to content

Commit

Permalink
fix deny errors and warns
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Feb 13, 2025
1 parent 16e1425 commit 23dd9d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

[bans]
multiple-versions = "deny"
skip = ["windows_x86_64_msvc", "windows_x86_64_gnu", "windows_x86_64_gnullvm",
"windows_i686_msvc", "windows_i686_gnu", "windows_i686_gnullvm",
"windows_aarch64_msvc", "windows_aarch64_gnullvm",
"windows-targets", "windows-sys"] # Windows crates are all using various versions in `mio`, but should be fine
skip = ["wasi", "getrandom","windows-sys"]

[sources]
unknown-registry = "deny"
unknown-git = "deny"

[licenses]
exceptions = [
{ name = "unicode-ident", allow = ["Unicode-DFS-2016"] }, # unique license
{ name = "ring", allow = ["LicenseRef-ring"] } # ring uses a specific BoringSSL license that does not match the standard text so requires allowing the specific hash
]
unused-allowed-license = "allow"
Expand Down

0 comments on commit 23dd9d1

Please sign in to comment.