Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emhane committed Jan 3, 2025
1 parent 860b5b2 commit bf7a760
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions crates/optimism/chainspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@ std = [
"thiserror/std",
"serde_json/std",
"op-alloy-consensus/std"
]
test-utils = []
]
4 changes: 3 additions & 1 deletion crates/optimism/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tracing.workspace = true
reth-provider = { workspace = true, features = ["test-utils"] }
reth-trie-db.workspace = true
reth-db-common.workspace = true
reth-optimism-node = { workspace = true, features = ["optimism"] }
reth-optimism-node.workspace = true
reth-revm.workspace = true
op-alloy-consensus.workspace = true
alloy-chains.workspace = true
Expand All @@ -59,4 +59,6 @@ optimism = [
"reth-primitives-traits/op",
"reth-provider/optimism",
"revm/optimism",
"reth-db-api/optimism",
"reth-optimism-node/optimism",
]

0 comments on commit bf7a760

Please sign in to comment.