mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: add serde feature to secp256k1 dep in discv4 (#1205)
Co-authored-by: lambdaclass-user <github@lambdaclass.com>
This commit is contained in:
@ -23,6 +23,7 @@ secp256k1 = { version = "0.24", features = [
|
||||
"global-context",
|
||||
"rand-std",
|
||||
"recovery",
|
||||
"serde",
|
||||
] }
|
||||
enr = { version = "0.7.0", default-features = false, features = [
|
||||
"rust-secp256k1",
|
||||
|
||||
Reference in New Issue
Block a user