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:
@ -517,7 +517,7 @@ rustc-hash = { version = "2.0", default-features = false }
|
||||
schnellru = "0.2"
|
||||
serde = { version = "1.0", default-features = false }
|
||||
serde_json = "1.0.94"
|
||||
serde_with = "3.3.0"
|
||||
serde_with = { version = "3", default-features = false, features = ["macros"] }
|
||||
sha2 = { version = "0.10", default-features = false }
|
||||
shellexpand = "3.0.0"
|
||||
smallvec = "1"
|
||||
|
||||
@ -64,4 +64,5 @@ std = [
|
||||
"serde?/std",
|
||||
"reth-primitives-traits/std",
|
||||
"alloy-consensus/std",
|
||||
"serde_with?/std"
|
||||
]
|
||||
|
||||
@ -61,7 +61,8 @@ std = [
|
||||
"alloy-genesis/std",
|
||||
"alloy-primitives/std",
|
||||
"revm-primitives/std",
|
||||
"serde?/std"
|
||||
"serde?/std",
|
||||
"serde_with?/std"
|
||||
]
|
||||
test-utils = [
|
||||
"arbitrary",
|
||||
|
||||
@ -103,7 +103,8 @@ std = [
|
||||
"revm-primitives/std",
|
||||
"secp256k1?/std",
|
||||
"serde/std",
|
||||
"alloy-trie/std"
|
||||
"alloy-trie/std",
|
||||
"serde_with?/std"
|
||||
]
|
||||
reth-codec = [
|
||||
"dep:reth-codecs",
|
||||
|
||||
Reference in New Issue
Block a user