mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable default std serde_json feature (#13513)
This commit is contained in:
@ -52,7 +52,8 @@ std = [
|
||||
"reth-ethereum-forks/std",
|
||||
"derive_more/std",
|
||||
"reth-network-peers/std",
|
||||
"reth-trie-common/std"
|
||||
"reth-trie-common/std",
|
||||
"serde_json/std"
|
||||
]
|
||||
arbitrary = [
|
||||
"alloy-chains/arbitrary",
|
||||
|
||||
Reference in New Issue
Block a user