chore: disable alloy-rlp default features (#13042)

This commit is contained in:
Matthias Seitz
2024-11-30 18:40:26 +01:00
committed by GitHub
parent 4634625181
commit 3dc6f506b0
8 changed files with 21 additions and 14 deletions

View File

@ -60,6 +60,7 @@ std = [
"rustc-hash/std",
"alloy-consensus/std",
"once_cell/std",
"serde?/std"
"serde?/std",
"alloy-rlp/std"
]
rustc-hash = ["dep:rustc-hash"]