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

@ -51,5 +51,6 @@ std = [
"alloy-primitives/std",
"revm-primitives/std",
"secp256k1/std",
"reth-ethereum-forks/std"
"reth-ethereum-forks/std",
"serde_json/std"
]