chore: disable default std serde_json feature (#13513)

This commit is contained in:
Matthias Seitz
2024-12-23 10:46:35 +01:00
committed by GitHub
parent 6e140108f0
commit 517e5dbb06
11 changed files with 17 additions and 9 deletions

View File

@ -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",