chore: disable more default features (#13065)

This commit is contained in:
Matthias Seitz
2024-12-02 18:03:33 +01:00
committed by GitHub
parent 30800af6ec
commit aacf5d13d2
12 changed files with 35 additions and 22 deletions

View File

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