mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: disable default std serde_json feature (#13513)
This commit is contained in:
@ -14,6 +14,6 @@ workspace = true
|
||||
[dependencies]
|
||||
|
||||
# misc
|
||||
serde_json.workspace = true
|
||||
serde_json = { workspace = true, features = ["std"] }
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user