mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(no_std): fixed no_std compiler errors in reth-primitives-traits (#9572)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -17,7 +17,6 @@ reth-consensus.workspace = true
|
||||
reth-db = { workspace = true, features = ["mdbx"] }
|
||||
reth-db-api.workspace = true
|
||||
reth-downloaders.workspace = true
|
||||
reth-optimism-primitives.workspace = true
|
||||
reth-provider.workspace = true
|
||||
reth-prune.workspace = true
|
||||
reth-stages.workspace = true
|
||||
@ -26,6 +25,9 @@ reth-execution-types.workspace = true
|
||||
reth-node-core.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
|
||||
## optimisim
|
||||
reth-optimism-primitives.workspace = true
|
||||
|
||||
reth-chainspec.workspace = true
|
||||
reth-stages-types.workspace = true
|
||||
reth-node-events.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user