Skip to content

Commit

Permalink
fix udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 15, 2024
1 parent 6f7a1df commit aeb6e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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.

8 changes: 3 additions & 5 deletions crates/engine/util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ reth-errors.workspace = true
reth-fs-util.workspace = true
reth-rpc-types-compat.workspace = true
reth-engine-primitives.workspace = true
reth-beacon-consensus.workspace = true
reth-payload-validator.workspace = true
reth-evm.workspace = true
reth-revm.workspace = true
Expand Down Expand Up @@ -51,8 +50,7 @@ tracing.workspace = true

[features]
optimism = [
"reth-beacon-consensus/optimism",
"reth-primitives/optimism",
"reth-provider/optimism",
"revm-primitives/optimism"
"reth-primitives/optimism",
"reth-provider/optimism",
"revm-primitives/optimism",
]

0 comments on commit aeb6e55

Please sign in to comment.