mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +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",
|
"global-context",
|
||||||
"rand-std",
|
"rand-std",
|
||||||
"recovery",
|
"recovery",
|
||||||
|
"serde",
|
||||||
] }
|
] }
|
||||||
enr = { version = "0.7.0", default-features = false, features = [
|
enr = { version = "0.7.0", default-features = false, features = [
|
||||||
"rust-secp256k1",
|
"rust-secp256k1",
|
||||||
|
|||||||
Reference in New Issue
Block a user