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

@ -62,7 +62,8 @@ std = [
"alloy-primitives/std",
"revm-primitives/std",
"serde?/std",
"serde_with?/std"
"serde_with?/std",
"alloy-rlp/std"
]
test-utils = [
"arbitrary",