mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
ci: unused dependencies sanity check (#590)
* ci: add unused deps sanity check * ci: fix unused deps issue template title * ci: rename udeps job * chore: formatting * chore: make `cargo-udeps` ignore `aquamarine` * deps: resolve unused deps * ci: check every feature and target in udeps job
This commit is contained in:
@ -17,7 +17,7 @@ reth-interfaces = { path = "../../crates/interfaces", features = ["test-utils"]
|
||||
reth-transaction-pool = { path = "../../crates/transaction-pool" }
|
||||
reth-consensus = { path = "../../crates/consensus", features = ["serde"] }
|
||||
reth-executor = { path = "../../crates/executor" }
|
||||
reth-rpc = {path = "../../crates/net/rpc"}
|
||||
# reth-rpc = {path = "../../crates/net/rpc"}
|
||||
reth-rlp = { path = "../../crates/common/rlp" }
|
||||
reth-network = {path = "../../crates/net/network" }
|
||||
reth-downloaders = {path = "../../crates/net/downloaders" }
|
||||
|
||||
Reference in New Issue
Block a user