Skip to content

Commit

Permalink
enable framing_sv2/with_serde feature for roles_logic_sv2
Browse files Browse the repository at this point in the history
requirement to unblock stratum-mining#985 (comment)
  • Loading branch information
plebhash committed Aug 9, 2024
1 parent 12df8e2 commit 100a331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion protocols/v2/roles-logic-sv2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

0 comments on commit 100a331

Please sign in to comment.