Skip to content

Commit

Permalink
Merge pull request #1101 from plebhash/patch-roles-logic-sv2-serde-flag
Browse files Browse the repository at this point in the history
patch `roles_logic_sv2` `with_serde` flag
  • Loading branch information
plebhash authored Aug 13, 2024
2 parents d4c6c0c + 56a9334 commit a090844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protocols/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions protocols/v2/roles-logic-sv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roles_logic_sv2"
version = "1.2.0"
version = "1.2.1"
edition = "2018"
description = "Common handlers for use within SV2 roles"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -35,8 +35,7 @@ with_serde = [ "serde",
"common_messages_sv2/with_serde",
"template_distribution_sv2/with_serde",
"job_declaration_sv2/with_serde",
"mining_sv2/with_serde",
"framing_sv2/with_serde"]
"mining_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 a090844

Please sign in to comment.