From 27b07f57f0d8c2e86d5507c3730e023f25441960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s?= <47506558+MegaRedHand@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:19:53 -0300 Subject: [PATCH] fix: add serde feature to secp256k1 dep in discv4 (#1205) Co-authored-by: lambdaclass-user --- crates/net/discv4/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/net/discv4/Cargo.toml b/crates/net/discv4/Cargo.toml index 236f70ad2..be2801a43 100644 --- a/crates/net/discv4/Cargo.toml +++ b/crates/net/discv4/Cargo.toml @@ -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",