Skip to content

Commit

Permalink
Fix deny action. (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter authored Dec 17, 2024
1 parent f003a5d commit 3c2c77f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[advisories]
# criterion is currently failing cargo-deny due to serde_cbor being unmaintained
unmaintained = "warn"

[bans]
multiple-versions = "deny"
deny = []
Expand All @@ -11,13 +7,8 @@ skip-tree = [
]

[licenses]
unlicensed = "deny"
allow = [
"Apache-2.0",
"MIT",
]
exceptions = [
{ allow = [
"Unicode-DFS-2016",
], name = "unicode-ident" },
"Unicode-3.0",
]

0 comments on commit 3c2c77f

Please sign in to comment.