Skip to content

Commit 0d00daa

Browse files
committed
bump MAJOR for network_helper_sv2..
as a consequence of #1433 and #1389
1 parent 025eed4 commit 0d00daa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/ping-pong-encrypted/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ binary_sv2 = { path = "../../protocols/v2/binary-sv2/binary-sv2" }
1111
codec_sv2 = { path = "../../protocols/v2/codec-sv2", features = [ "noise_sv2" ] }
1212
noise_sv2 = { path = "../../protocols/v2/noise-sv2" }
1313
key-utils = { version = "^1.0.0", path = "../../utils/key-utils" }
14-
network_helpers_sv2 = { version = "2.0.0", path = "../../roles/roles-utils/network-helpers" }
14+
network_helpers_sv2 = { version = "3.0.0", path = "../../roles/roles-utils/network-helpers" }
1515
rand = "0.8"
1616
tokio = { version = "1", features = [ "full" ] }
1717
async-channel = "1.5.1"

roles/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

roles/roles-utils/network-helpers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "network_helpers_sv2"
3-
version = "2.0.2"
3+
version = "3.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2018"
66
description = "Networking utils for SV2 roles"

0 commit comments

Comments
 (0)