Skip to content

Commit e74df38

Browse files
committed
Bump core-rpc version to 0.15.0
1 parent aba9893 commit e74df38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "core-rpc"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = [
55
"Steven Roose <[email protected]>",
66
"Jean Pierre Dudey <[email protected]>",
@@ -19,7 +19,7 @@ name = "core_rpc"
1919
path = "src/lib.rs"
2020

2121
[dependencies]
22-
core-rpc-json = { version = "0.14.0", path = "../json" }
22+
core-rpc-json = { version = "0.15.0", path = "../json" }
2323

2424
log = "0.4.5"
2525
jsonrpc = "0.12.0"

0 commit comments

Comments
 (0)