Skip to content

Commit

Permalink
chore: Cleanup deny.toml (#231)
Browse files Browse the repository at this point in the history
### Description

Small PR to cleanup deny.toml
  • Loading branch information
refcell authored Feb 11, 2025
1 parent aa3f91b commit 46f1ba2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ highlight = "all"
[licenses]
unlicensed = "deny"
confidence-threshold = 0.9
# copyleft = "deny"

allow = [
"MIT",
Expand Down Expand Up @@ -55,8 +54,3 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
# TODO: Remove `alloy-rs/core` once alloy-contract is stable. This is only used in tests for `sol!`.
allow-git = [
"https://github.com/alloy-rs/core",
"https://github.com/alloy-rs/alloy",
]

0 comments on commit 46f1ba2

Please sign in to comment.