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

@ -117,7 +117,8 @@ std = [
"secp256k1?/std",
"reth-trie-common/std",
"op-alloy-consensus?/std",
"op-alloy-rpc-types?/std"
"op-alloy-rpc-types?/std",
"serde_json/std"
]
reth-codec = [
"dep:reth-codecs",