From 100a331a3bcda0721835ac4f5ca17c8554df79ef Mon Sep 17 00:00:00 2001 From: plebhash Date: Fri, 9 Aug 2024 12:49:27 -0300 Subject: [PATCH] enable framing_sv2/with_serde feature for roles_logic_sv2 requirement to unblock https://github.com/stratum-mining/stratum/pull/985#issuecomment-2234328927 --- protocols/v2/roles-logic-sv2/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protocols/v2/roles-logic-sv2/Cargo.toml b/protocols/v2/roles-logic-sv2/Cargo.toml index 1e20f03ba..d7692bf47 100644 --- a/protocols/v2/roles-logic-sv2/Cargo.toml +++ b/protocols/v2/roles-logic-sv2/Cargo.toml @@ -35,7 +35,8 @@ with_serde = [ "serde", "common_messages_sv2/with_serde", "template_distribution_sv2/with_serde", "job_declaration_sv2/with_serde", -"mining_sv2/with_serde"] +"mining_sv2/with_serde", +"framing_sv2/with_serde"] prop_test = ["template_distribution_sv2/prop_test"] # Code coverage tools may conflict with the nopanic logic, so we can disable it when needed disable_nopanic = []