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

@ -44,6 +44,7 @@ std = [
"serde_with/std",
"thiserror/std",
"url/std",
"serde_json/std"
]
secp256k1 = ["dep:secp256k1", "enr/secp256k1"]
net = ["std", "dep:tokio", "tokio?/net"]