mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable serde-with default features (#13002)
This commit is contained in:
@ -61,7 +61,8 @@ std = [
|
||||
"alloy-genesis/std",
|
||||
"alloy-primitives/std",
|
||||
"revm-primitives/std",
|
||||
"serde?/std"
|
||||
"serde?/std",
|
||||
"serde_with?/std"
|
||||
]
|
||||
test-utils = [
|
||||
"arbitrary",
|
||||
|
||||
Reference in New Issue
Block a user