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

@ -50,5 +50,6 @@ std = [
"alloy-genesis/std",
"alloy-primitives/std",
"revm-primitives/std",
"secp256k1/std"
"secp256k1/std",
"reth-ethereum-forks/std"
]