From 15e6a359b4b2bc8c73b8445605aefcb32a5cea0b Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 29 Dec 2022 11:07:49 +0100 Subject: [PATCH] fix: enable missing feature (#644) --- crates/primitives/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 40b91d3a18..a63950f363 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -25,6 +25,7 @@ ethbloom = { version = "0.13", features = ["codec"] } # crypto secp256k1 = { version = "0.24.2", default-features = false, features = [ + "global-context", "alloc", "recovery", ] }