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

@ -73,7 +73,8 @@ std = [
"reth-optimism-forks/std",
"thiserror/std",
"op-alloy-consensus/std",
"reth-chainspec/std"
"reth-chainspec/std",
"reth-consensus-common/std"
]
optimism = [
"reth-primitives/optimism",