From 8d16924a5744d222f150cbbed7854d1fe107c830 Mon Sep 17 00:00:00 2001 From: plebhash Date: Fri, 20 Dec 2024 10:27:51 +0700 Subject: [PATCH] fix framing_sv2 with_serde feature on roles_logic_sv2 --- protocols/v2/roles-logic-sv2/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/protocols/v2/roles-logic-sv2/Cargo.toml b/protocols/v2/roles-logic-sv2/Cargo.toml index 941f027e1a..09e1b49fc5 100644 --- a/protocols/v2/roles-logic-sv2/Cargo.toml +++ b/protocols/v2/roles-logic-sv2/Cargo.toml @@ -36,6 +36,7 @@ toml = {git = "https://github.com/diondokter/toml-rs", default-features = false [features] with_serde = [ "serde", +"framing_sv2/with_serde", "binary_sv2/with_serde", "common_messages_sv2/with_serde", "template_distribution_sv2/with_serde",