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

@ -26,3 +26,14 @@ alloy-eips.workspace = true
alloy-consensus.workspace = true
rand.workspace = true
[features]
default = ["std"]
std = [
"alloy-consensus/std",
"alloy-eips/std",
"alloy-primitives/std",
"reth-chainspec/std",
"reth-consensus/std",
"reth-primitives/std",
"reth-primitives-traits/std"
]