Skip to content

Commit

Permalink
bump MAJOR for network_helper_sv2..
Browse files Browse the repository at this point in the history
as a consequence of #1433 and #1389
  • Loading branch information
plebhash committed Feb 1, 2025
1 parent 47f084d commit 824f85d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/ping-pong-encrypted/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ binary_sv2 = { path = "../../protocols/v2/binary-sv2/binary-sv2" }
codec_sv2 = { path = "../../protocols/v2/codec-sv2", features = [ "noise_sv2" ] }
noise_sv2 = { path = "../../protocols/v2/noise-sv2" }
key-utils = { version = "^1.0.0", path = "../../utils/key-utils" }
network_helpers_sv2 = { version = "2.0.0", path = "../../roles/roles-utils/network-helpers" }
network_helpers_sv2 = { version = "3.0.0", path = "../../roles/roles-utils/network-helpers" }
rand = "0.8"
tokio = { version = "1", features = [ "full" ] }
async-channel = "1.5.1"
2 changes: 1 addition & 1 deletion roles/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 roles/roles-utils/network-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "network_helpers_sv2"
version = "2.0.2"
version = "3.0.0"
authors = ["The Stratum V2 Developers"]
edition = "2018"
description = "Networking utils for SV2 roles"
Expand Down

0 comments on commit 824f85d

Please sign in to comment.