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:
Bjerg
2022-12-23 13:19:50 +01:00
committed by GitHub
parent 9d439d6fc8
commit 562e895f21
15 changed files with 74 additions and 42 deletions

View File

@ -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" }