Skip to content

Commit

Permalink
Fix rpc semver
Browse files Browse the repository at this point in the history
  • Loading branch information
fi3 committed Dec 19, 2024
1 parent 7e7d661 commit fb59ad3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/jd-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc","r
serde = { version = "1.0.89", features = ["derive", "alloc"], default-features = false }
hashbrown = { version = "0.11", default-features = false, features = ["ahash", "serde"] }
key-utils = { version = "^1.0.0", path = "../../utils/key-utils" }
rpc_sv2 = { version = "1.0.0", path = "../roles-utils/rpc" }
rpc_sv2 = { version = "2.0.0", path = "../roles-utils/rpc" }
hex = "0.4.3"
4 changes: 2 additions & 2 deletions roles/roles-utils/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpc_sv2"
version = "1.0.0"
version = "2.0.0"
authors = ["The Stratum V2 Developers"]
edition = "2021"
description = "SV2 JD Server RPC"
Expand All @@ -25,4 +25,4 @@ hyper-util = { version = "0.1", features = ["full"] }
http-body-util = "0.1"

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

0 comments on commit fb59ad3

Please sign in to comment.