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

@ -106,7 +106,9 @@ std = [
"alloy-trie/std",
"serde_with?/std",
"alloy-rlp/std",
"reth-ethereum-forks/std"
"reth-ethereum-forks/std",
"bytes/std",
"derive_more/std"
]
reth-codec = [
"dep:reth-codecs",