Skip to content

Commit ea30af4

Browse files
committed
make semver happy
1 parent 5c8ff5a commit ea30af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stratum-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]
1515
buffer_sv2 = { path = "../sv2/buffer-sv2", version = "^3.0.0" }
1616
bitcoin = "0.32.5"
1717
binary_sv2 = { path = "../sv2/binary-sv2", version = "^5.0.0" }
18-
codec_sv2 = { path = "../sv2/codec-sv2", version = "^4.0.0", features = ["noise_sv2"]}
18+
codec_sv2 = { path = "../sv2/codec-sv2", version = "^5.0.0", features = ["noise_sv2"]}
1919
extensions_sv2 = { path = "../sv2/extensions-sv2", version = "^0.1.0" }
2020
framing_sv2 = { path = "../sv2/framing-sv2", version = "^6.0.0" }
2121
noise_sv2 = { path = "../sv2/noise-sv2", version = "^1.0.0" }

sv2/codec-sv2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codec_sv2"
3-
version = "4.0.1"
3+
version = "5.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2021"
66
readme = "README.md"

0 commit comments

Comments
 (0)