chore: disable reth-ethereum-forks default features in workspace (#13054)

This commit is contained in:
Matthias Seitz
2024-12-02 12:29:54 +01:00
committed by GitHub
parent 0884611668
commit 8d5668a23a
17 changed files with 75 additions and 53 deletions

View File

@ -63,7 +63,8 @@ std = [
"alloy-genesis/std",
"alloy-primitives/std",
"revm-primitives/std",
"revm/std"
"revm/std",
"reth-ethereum-forks/std"
]
optimism = [
"reth-primitives/optimism",