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

@ -60,6 +60,7 @@ serde = [
"generic-array/serde",
"parking_lot/serde",
"rand?/serde",
"secp256k1/serde"
"secp256k1/serde",
"reth-ethereum-forks/serde"
]
test-utils = ["dep:rand"]