mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
enable dep as non-optional
This commit is contained in:
@@ -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"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user