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

@ -14,6 +14,6 @@ workspace = true
[dependencies]
# misc
serde_json.workspace = true
serde_json = { workspace = true, features = ["std"] }
serde.workspace = true
thiserror.workspace = true