Skip to content

Commit

Permalink
Make cargo deny happy and reduce warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Dec 13, 2024
1 parent b5e852a commit f24e743
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ yanked = "deny"
allow = [
"MIT",
"Apache-2.0",
"MPL-2.0",
]
confidence-threshold = 0.8

# All these exceptions should probably appear in: tools/build-kani/license-notes.txt
exceptions = [
{ name = "unicode-ident", allow=["Unicode-3.0"] },
{ name = "rustc_apfloat", allow=["Apache-2.0 WITH LLVM-exception"] },
{ name = "foldhash", allow=["Zlib"] },
]

[licenses.private]
Expand All @@ -43,4 +42,3 @@ wildcards = "allow"
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = ["https://github.com/Nadrieril/tracing-tree"]

0 comments on commit f24e743

Please sign in to comment.