chore: disable nybbles default feature (#13081)

This commit is contained in:
Matthias Seitz
2024-12-02 22:17:54 +01:00
committed by GitHub
parent bcfe9ebb25
commit 2c5a1a743a
2 changed files with 3 additions and 2 deletions

View File

@ -32,5 +32,6 @@ std = [
"alloy-primitives/std",
"revm-primitives/std",
"alloy-rlp/std",
"derive_more/std"
"derive_more/std",
"nybbles/std"
]