Skip to content

Commit 9c18d3d

Browse files
authored
Merge pull request #1607 from plebhash/2026-03-28-bump-stratum-common
bump `stratum-common` MAJOR version
2 parents c88959b + 42163da commit 9c18d3d

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

common/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.

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stratum-common"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
edition = "2018"
55
description = "SV2 pool role"
66
license = "MIT OR Apache-2.0"

protocols/v2/roles-logic-sv2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
stratum-common = { path = "../../../common", features=["bitcoin"], version = "^1.0.0"}
16+
stratum-common = { path = "../../../common", features=["bitcoin"], version = "^2.0.0"}
1717
binary_sv2 = { path = "../../../protocols/v2/binary-sv2", version = "^2.0.0" }
1818
common_messages_sv2 = { path = "../../../protocols/v2/subprotocols/common-messages", version = "^4.0.0" }
1919
mining_sv2 = { path = "../../../protocols/v2/subprotocols/mining", version = "^3.0.0" }

roles/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

roles/jd-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "jd_server"
1717
path = "src/lib/mod.rs"
1818

1919
[dependencies]
20-
stratum-common = { version = "1.0.0", path = "../../common" }
20+
stratum-common = { version = "2.0.0", path = "../../common" }
2121
async-channel = "1.5.1"
2222
binary_sv2 = { path = "../../protocols/v2/binary-sv2" }
2323
buffer_sv2 = { path = "../../utils/buffer" }

roles/roles-utils/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
stratum-common = { path = "../../../common", features=["bitcoin"], version = "^1.0.0" }
17+
stratum-common = { path = "../../../common", features=["bitcoin"], version = "^2.0.0" }
1818
serde = { version = "1.0.89", features = ["derive", "alloc"], default-features = false }
1919
serde_json = { version = "1.0", default-features = false, features = ["alloc","raw_value"] }
2020
hex = "0.4.3"

utils/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.

utils/bip32-key-derivation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "bip32_derivation-bin"
2020
path = "src/main.rs"
2121

2222
[dependencies]
23-
stratum-common = { path = "../../common", features=["bitcoin"], version = "^1.0.0" }
23+
stratum-common = { path = "../../common", features=["bitcoin"], version = "^2.0.0" }
2424

2525
[dev-dependencies]
2626
toml = { version = "0.5.6", git = "https://github.com/diondokter/toml-rs", default-features = false, rev = "c4161aa" }

0 commit comments

Comments
 (0)