Skip to content

Commit

Permalink
point MG crate to crate.io, rather than relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourya742 committed Jan 30, 2025
1 parent c30fd6d commit cb3193d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions utils/message-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ 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"] }
Expand All @@ -32,3 +27,8 @@ 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"] }

0 comments on commit cb3193d

Please sign in to comment.