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

@ -49,7 +49,8 @@ std = [
"alloy-consensus/std",
"once_cell/std",
"alloy-rlp/std",
"reth-ethereum-forks/std"
"reth-ethereum-forks/std",
"derive_more/std"
]
arbitrary = [
"alloy-chains/arbitrary",