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

@ -58,7 +58,8 @@ std = [
"revm-primitives/std",
"revm/std",
"reth-ethereum-forks/std",
"reth-chainspec/std"
"reth-chainspec/std",
"reth-consensus-common/std"
]
test-utils = [
"dep:parking_lot",