enable dep as non-optional

This commit is contained in:
Alexey Shekhirin
2025-12-23 16:31:17 +00:00
parent 0585c84ca8
commit cc59318e70

View File

@@ -13,7 +13,7 @@ workspace = true
[dependencies] [dependencies]
# reth # reth
reth-chain-state.workspace = true reth-chain-state.workspace = true
reth-chainspec = { workspace = true, optional = true } reth-chainspec.workspace = true
reth-consensus.workspace = true reth-consensus.workspace = true
reth-db.workspace = true reth-db.workspace = true
reth-engine-primitives = { workspace = true, features = ["std"] } reth-engine-primitives = { workspace = true, features = ["std"] }
@@ -79,7 +79,6 @@ reth-tracing = { workspace = true, optional = true }
# reth # reth
reth-evm-ethereum = { workspace = true, features = ["test-utils"] } reth-evm-ethereum = { workspace = true, features = ["test-utils"] }
reth-chain-state = { workspace = true, features = ["test-utils"] } reth-chain-state = { workspace = true, features = ["test-utils"] }
reth-chainspec.workspace = true
reth-db-common.workspace = true reth-db-common.workspace = true
reth-ethereum-consensus.workspace = true reth-ethereum-consensus.workspace = true
metrics-util = { workspace = true, features = ["debugging"] } metrics-util = { workspace = true, features = ["debugging"] }