Skip to content

Commit

Permalink
Fix feature propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Dec 17, 2024
1 parent 978e7a4 commit d79b827
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/optimism/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ derive_more = { workspace = true, features = ["display", "error"] }
tracing.workspace = true

[dev-dependencies]
reth-provider = { workspace = true, features = ["test-utils", "optimism"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-trie.workspace = true
reth-trie-db.workspace = true
reth-db-common.workspace = true
Expand All @@ -49,4 +49,5 @@ optimism = [
"reth-primitives/optimism",
"reth-optimism-primitives/optimism",
"reth-primitives-traits/op",
"reth-provider/optimism",
]

0 comments on commit d79b827

Please sign in to comment.