Skip to content

Commit f7b068a

Browse files
Shourya742plebhash
authored andcommitted
bump MAJOR version for all affected protocol crates on removal of with_serde flag
1 parent bb4532d commit f7b068a

File tree

7 files changed

+254
-146
lines changed

7 files changed

+254
-146
lines changed

protocols/v2/framing-sv2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "framing_sv2"
3-
version = "3.0.0"
3+
version = "4.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
66
readme = "README.md"

protocols/v2/subprotocols/common-messages/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "common_messages_sv2"
3-
version = "3.0.0"
3+
version = "4.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
66
readme = "README.md"

protocols/v2/subprotocols/job-declaration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "job_declaration_sv2"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
66
readme = "README.md"

protocols/v2/subprotocols/mining/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mining_sv2"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
66
readme = "README.md"

protocols/v2/subprotocols/template-distribution/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "template_distribution_sv2"
3-
version = "2.0.0"
3+
version = "3.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
66
readme = "README.md"

protocols/v2/sv2-ffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sv2_ffi"
3-
version = "1.0.2"
3+
version = "2.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
66
description = "SV2 FFI"

0 commit comments

Comments
 (0)