Skip to content

Commit

Permalink
add hickory-proto to machete ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
Misieq01 committed Dec 9, 2024
1 parent e5cfe33 commit 4cf1fee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base_layer/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,7 @@ unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(tari_target_network_nextnet)',
'cfg(tari_target_network_testnet)',
] }


[package.metadata.cargo-machete]
ignored = ["hickory-proto"]
3 changes: 3 additions & 0 deletions base_layer/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ tari_common = { path = "../../common", features = [
[features]
test-mocks = []
auto-update = ["reqwest/default", "pgp", "semver"]

[package.metadata.cargo-machete]
ignored = ["hickory-proto"]

0 comments on commit 4cf1fee

Please sign in to comment.