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:
frostburn
2024-07-17 10:23:02 -07:00
committed by GitHub
parent 38bc7a14a3
commit 84174737f9
9 changed files with 33 additions and 10 deletions

View File

@ -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