Skip to content

Commit

Permalink
bump roles version (patch from roles_logic_sv2 2.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
plebhash committed Jun 2, 2024
1 parent cb96ddb commit a29e603
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion roles/jd-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jd_client"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "TODO"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion roles/jd-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jd_server"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/stratum-mining/stratum"
Expand Down
2 changes: 1 addition & 1 deletion roles/mining-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mining_proxy_sv2"
version = "0.1.1"
version = "0.1.2"
authors = ["user"]
edition = "2018"
description = "SV2 mining proxy role"
Expand Down
2 changes: 1 addition & 1 deletion roles/pool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pool_sv2"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
description = "SV2 pool role"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion roles/test-utils/mining-device/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mining-device"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion roles/translator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "translator_sv2"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Server used to bridge SV1 miners to SV2 pools"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit a29e603

Please sign in to comment.