Skip to content

Commit 93e7afd

Browse files
authored
Merge pull request #411 from plebhash/2026-04-07-update-it-deps
bump `jd_client_sv2`; update `integration_tests_sv2` dependency versions
2 parents 8c3a12e + f03d72a commit 93e7afd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

integration-tests/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ exclude = ["resources/high_diff_chain.tar.gz"]
1414

1515
[dependencies]
1616
stratum-apps = { version = "0.3.0", path = "../stratum-apps", features = ["network", "config"] }
17-
jd_client_sv2 = { version = "0.1.0", path = "../miner-apps/jd-client" }
18-
pool_sv2 = { version = "0.2.0", path = "../pool-apps/pool" }
19-
translator_sv2 = { version = "0.2.0", path = "../miner-apps/translator" }
17+
jd_client_sv2 = { version = "0.1.3", path = "../miner-apps/jd-client" }
18+
pool_sv2 = { version = "0.2.1", path = "../pool-apps/pool" }
19+
translator_sv2 = { version = "0.2.1", path = "../miner-apps/translator" }
2020
async-channel = { version = "1.5.1", default-features = false }
2121
corepc-node = { version = "0.7.0", default-features = false, features = ["28_0"] }
2222
minreq = { version = "2.12.0", default-features = false, features = ["https"] }

miner-apps/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

miner-apps/jd-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jd_client_sv2"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2021"
66
description = "Job Declarator Client (JDC) role"

0 commit comments

Comments
 (0)