Skip to content

Commit

Permalink
Bumb version numnber so that we can test if cargo release from github…
Browse files Browse the repository at this point in the history
… works
  • Loading branch information
UnidenifiedUser committed Feb 15, 2024
1 parent 3fc1989 commit 6d28b0f
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 51 deletions.
26 changes: 13 additions & 13 deletions protocols/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocols/v1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sv1_api"
version = "0.1.1"
version = "0.1.2"
authors = ["user"]
edition = "2018"
description = "API for bridging SV1 miners to SV2 pools"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/binary-sv2/binary-sv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binary_sv2"
version = "0.1.6"
version = "0.1.7"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Sv2 data format"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/binary-sv2/no-serde-sv2/codec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binary_codec_sv2"
version = "0.1.4"
version = "0.1.5"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Sv2 data format"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "derive_codec_sv2"
version = "0.1.3"
version = "0.1.5"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Derive macro for Sv2 binary format serializer and deserializer"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/binary-sv2/serde-sv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "serde_sv2"
version = "0.1.2"
version = "0.1.3"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Serlializer and Deserializer for Stratum V2 data format"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/const-sv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "const_sv2"
version = "0.1.2"
version = "0.1.3"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Sv2 constatnts"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/framing-sv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "framing_sv2"
version = "0.1.5"
version = "0.1.6"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Sv2 frames"
Expand Down
4 changes: 2 additions & 2 deletions protocols/v2/roles-logic-sv2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roles_logic_sv2"
version = "0.1.0"
version = "0.1.1"
edition = "2018"
description = "Common handlers for use within SV2 roles"
license = "MIT OR Apache-2.0"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/stratum-mining/stratum"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
stratum-common = { path = "../../../common" }
stratum-common = { version="0.1.0", path = "../../../common", features=["bitcoin"]}
serde = { version = "1.0.89", features = ["derive", "alloc"], default-features = false, optional = true}
binary_sv2 = {version = "^0.1.6", path = "../../../protocols/v2/binary-sv2/binary-sv2", default-features = true }
common_messages_sv2 = { path = "../../../protocols/v2/subprotocols/common-messages", version = "^0.1.5" }
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/subprotocols/common-messages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "common_messages_sv2"
version = "0.1.5"
version = "0.1.7"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Sv2 subprotocol common messages"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/subprotocols/mining/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mining_sv2"
version = "0.1.0"
version = "0.1.1"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "SV2 mining protocol types"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/subprotocols/template-distribution/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "template_distribution_sv2"
version = "0.1.5"
version = "0.1.6"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "Sv2 template distribution subprotocol"
Expand Down
2 changes: 1 addition & 1 deletion protocols/v2/sv2-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sv2_ffi"
version = "0.1.3"
version = "0.1.4"
authors = ["fi3 <email@email.org>"]
edition = "2018"
description = "SV2 FFI"
Expand Down
26 changes: 13 additions & 13 deletions roles/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6d28b0f

Please sign in to comment.