chore: no-std consensus common (#13686)

This commit is contained in:
Matthias Seitz
2025-01-06 22:53:40 +01:00
committed by GitHub
parent 89a93c5570
commit 6103bd9a6e
5 changed files with 17 additions and 3 deletions

View File

@ -318,7 +318,7 @@ reth-codecs = { path = "crates/storage/codecs" }
reth-codecs-derive = { path = "crates/storage/codecs/derive" }
reth-config = { path = "crates/config" }
reth-consensus = { path = "crates/consensus/consensus", default-features = false }
reth-consensus-common = { path = "crates/consensus/common" }
reth-consensus-common = { path = "crates/consensus/common", default-features = false }
reth-consensus-debug-client = { path = "crates/consensus/debug-client" }
reth-db = { path = "crates/storage/db", default-features = false }
reth-db-api = { path = "crates/storage/db-api" }