Skip to content

Commit fb59ad3

Browse files
author
fi3
committed
Fix rpc semver
1 parent 7e7d661 commit fb59ad3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: roles/Cargo.lock

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

Diff for: roles/jd-server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc","r
3737
serde = { version = "1.0.89", features = ["derive", "alloc"], default-features = false }
3838
hashbrown = { version = "0.11", default-features = false, features = ["ahash", "serde"] }
3939
key-utils = { version = "^1.0.0", path = "../../utils/key-utils" }
40-
rpc_sv2 = { version = "1.0.0", path = "../roles-utils/rpc" }
40+
rpc_sv2 = { version = "2.0.0", path = "../roles-utils/rpc" }
4141
hex = "0.4.3"

Diff for: roles/roles-utils/rpc/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rpc_sv2"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
authors = ["The Stratum V2 Developers"]
55
edition = "2021"
66
description = "SV2 JD Server RPC"
@@ -25,4 +25,4 @@ hyper-util = { version = "0.1", features = ["full"] }
2525
http-body-util = "0.1"
2626

2727
[package.metadata.docs.rs]
28-
all-features = true
28+
all-features = true

0 commit comments

Comments
 (0)