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:
@ -89,7 +89,8 @@ std = [
|
||||
"secp256k1?/std",
|
||||
"thiserror/std",
|
||||
"alloy-trie/std",
|
||||
"op-alloy-consensus?/std"
|
||||
"op-alloy-consensus?/std",
|
||||
"serde_json/std"
|
||||
]
|
||||
secp256k1 = ["dep:secp256k1"]
|
||||
test-utils = [
|
||||
|
||||
Reference in New Issue
Block a user