Skip to content

Commit

Permalink
chore: unused dependencies warnings (paradigmxyz#13369)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Dec 12, 2024
1 parent a212e1b commit cfdd740
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions crates/stages/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ bytes.workspace = true

[features]
reth-codec = [
"dep:reth-codecs",
"dep:bytes",
"dep:modular-bitfield",
"reth-trie-common/reth-codec"
"dep:reth-codecs",
"dep:bytes",
"dep:modular-bitfield",
"reth-trie-common/reth-codec",
]
test-utils = [
"dep:arbitrary",
"reth-codecs/test-utils",
"reth-trie-common/test-utils"
"dep:arbitrary",
"reth-codecs?/test-utils",
"reth-trie-common/test-utils",
]
arbitrary = [
"alloy-primitives/arbitrary",
"reth-codecs/arbitrary",
"reth-trie-common/arbitrary"
"alloy-primitives/arbitrary",
"reth-codecs?/arbitrary",
"reth-trie-common/arbitrary",
]
1 change: 0 additions & 1 deletion examples/custom-payload-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ reth-payload-builder.workspace = true
reth-node-ethereum.workspace = true
reth-ethereum-payload-builder.workspace = true

alloy-primitives.workspace = true
alloy-eips.workspace = true

tracing.workspace = true
Expand Down

0 comments on commit cfdd740

Please sign in to comment.