Skip to content

Commit 4cc64bc

Browse files
committed
update all buffer-sv2 dependents
1 parent c32287f commit 4cc64bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

stratum-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ homepage = "https://stratumprotocol.org"
1212
keywords = ["stratum", "mining", "bitcoin", "protocol"]
1313

1414
[dependencies]
15-
buffer_sv2 = { path = "../sv2/buffer-sv2", version = "^2.0.0" }
15+
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" }
1818
codec_sv2 = { path = "../sv2/codec-sv2", version = "^4.0.0", features = ["noise_sv2"]}

sv2/binary-sv2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["stratum", "mining", "bitcoin", "protocol"]
1616
[dependencies]
1717
derive_codec_sv2 = { path = "derive_codec", version = "^1.0.0" }
1818
quickcheck = { version = "1.0.0", optional = true }
19-
buffer_sv2 = { path = "../buffer-sv2", optional=true, version = "^2.0.0" }
19+
buffer_sv2 = { path = "../buffer-sv2", optional=true, version = "^3.0.0" }
2020

2121
[features]
2222
no_std = []

sv2/codec-sv2/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
framing_sv2 = { path = "../framing-sv2", version = "^6.0.0" }
1616
noise_sv2 = { path = "../noise-sv2", default-features = false, optional = true, version = "^1.0.0" }
1717
binary_sv2 = { path = "../binary-sv2", version = "^5.0.0" }
18-
buffer_sv2 = { path = "../buffer-sv2", version = "^2.0.0" }
18+
buffer_sv2 = { path = "../buffer-sv2", version = "^3.0.0" }
1919
rand = { version = "0.8.5", default-features = false }
2020
tracing = { version = "0.1", optional = true }
2121

sv2/framing-sv2/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

1616
[dependencies]
1717
binary_sv2 = { path = "../binary-sv2", version = "^5.0.0" }
18-
buffer_sv2 = { path = "../buffer-sv2", optional=true, version = "^2.0.0" }
18+
buffer_sv2 = { path = "../buffer-sv2", optional=true, version = "^3.0.0" }
1919
noise_sv2 = { path = "../noise-sv2", version = "^1.0.0" }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)