Skip to content

Commit

Permalink
Merge pull request #1422 from Shourya742/2025-01-30-point-message-gen…
Browse files Browse the repository at this point in the history
…erator-to-absolute-crate-version

point MG crate to crate.io, than using protocol relative path
  • Loading branch information
plebhash authored Jan 30, 2025
2 parents b4af55d + 62104a4 commit f9f9138
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions utils/message-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]

[dependencies]
async-channel = "1.8.0"
binary_sv2 = { version = "1.0.0", path = "../../protocols/v2/binary-sv2/binary-sv2", features = ["with_serde"] }
codec_sv2 = { version = "2.0.0", path = "../../protocols/v2/codec-sv2", features = ["noise_sv2","with_buffer_pool","with_serde"] }
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 = "2.0.0", path = "../../protocols/v2/roles-logic-sv2", features = ["with_serde"] }
v1 = { version = "^1.0.0", path = "../../protocols/v1", package="sv1_api" }
v1 = { version = "^1.0.0", package="sv1_api" }
serde = { version = "*", features = ["derive", "alloc"], default-features = false }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
tokio = { version = "1", features = ["full"] }
arbitrary = { version = "1", features = ["derive"] }
rand = "0.8.5"
secp256k1 = "0.28.2"
key-utils = { path = "../key-utils" }
tracing = { version = "0.1" }
tracing-subscriber = {version = "0.3", features = ["env-filter"]}
tracing-core = "*"
binary_sv2 = { version = "1.2.1", features = ["with_serde"] }
codec_sv2 = { version = "1.3.1", features = ["noise_sv2","with_buffer_pool","with_serde"] }
const_sv2 = "3.0.0"
network_helpers_sv2 = { version = "2.0.1", features = ["with_tokio","with_serde"] }
roles_logic_sv2 = { version = "1.2.3", features = ["with_serde"] }
key-utils = "1.1.0"

0 comments on commit f9f9138

Please sign in to comment.