Skip to content

Commit

Permalink
bump message_generator_sv2 due to const_sv2
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Dec 17, 2024
1 parent 18bc751 commit 0d6e7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/message-generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "message_generator_sv2"
version = "1.0.1"
version = "1.0.2"
authors = ["The Stratum V2 Developers"]
edition = "2021"
description = "message generator"
Expand All @@ -17,7 +17,7 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]
async-channel = "1.8.0"
binary_sv2 = { version = "1.0.0", path = "../../protocols/v2/binary-sv2/binary-sv2", features = ["with_serde"] }
codec_sv2 = { version = "1.0.0", path = "../../protocols/v2/codec-sv2", features = ["noise_sv2","with_buffer_pool","with_serde"] }
const_sv2 = { version = "2.0.0", path = "../../protocols/v2/const-sv2" }
const_sv2 = { version = "3.0.0", path = "../../protocols/v2/const-sv2" }
load_file = "1.0.1"
network_helpers_sv2 = { version = "2.0.0", path = "../../roles/roles-utils/network-helpers", features = ["with_tokio","with_serde"] }
roles_logic_sv2 = { version = "1.0.0", path = "../../protocols/v2/roles-logic-sv2", features = ["with_serde"] }
Expand Down

0 comments on commit 0d6e7f3

Please sign in to comment.