Skip to content

Commit c5051f5

Browse files
authored
chore: bump version to 0.16 (#56)
1 parent 0f91adc commit c5051f5

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ members = [
55
"client",
66
"integration_test",
77
]
8+
9+
[workspace.package]
10+
version = "0.16.0"

client/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashcore-rpc"
3-
version = "0.15.13"
3+
version = { workspace = true }
44
authors = [
55
"Steven Roose <steven@stevenroose.org>",
66
"Jean Pierre Dudey <jeandudey@hotmail.com>",
@@ -19,15 +19,13 @@ name = "dashcore_rpc"
1919
path = "src/lib.rs"
2020

2121
[dependencies]
22-
dashcore-rpc-json = { version = "0.15", path = "../json" }
22+
dashcore-rpc-json = { version = "0.16", path = "../json" }
2323

2424
log = "0.4.5"
25-
env_logger = "0.10.0"
2625
jsonrpc = "0.14.0"
2726

2827
# Used for deserialization of JSON.
2928
serde = { version = "1.0.132", features = ["derive"] }
3029
serde_json = { version="1.0", features=["preserve_order"] }
3130

32-
dashcore-private = { git="https://github.com/dashpay/rust-dashcore.git", tag = "0.34.0" }
3331
hex = { version="0.4", features=["serde"]}

integration_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "integration_test"
3-
version = "0.1.0"
43
authors = ["Steven Roose <steven@stevenroose.org>"]
54
edition = "2021"
5+
publish = false
66

77
[dependencies]
88
dashcore-rpc = { path = "../client" }

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dashcore-rpc-json"
3-
version = "0.15.13"
3+
version = { workspace = true }
44
authors = [
55
"Steven Roose <steven@stevenroose.org>",
66
"Jean Pierre Dudey <jeandudey@hotmail.com>",

0 commit comments

Comments
 (0)