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

@ -65,7 +65,9 @@ std = [
"revm-primitives/std",
"serde?/std",
"serde_with?/std",
"alloy-rlp/std"
"alloy-rlp/std",
"bytes/std",
"derive_more/std"
]
test-utils = [
"arbitrary",