We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ad0b8 commit a01079fCopy full SHA for a01079f
rpc/Cargo.toml
@@ -14,9 +14,9 @@ targets = ["x86_64-unknown-linux-gnu"]
14
15
[dependencies]
16
codec = { package = "parity-scale-codec", version = "1.3.1" }
17
-jsonrpc-core = "15.0.0"
18
-jsonrpc-core-client = "15.0.0"
19
-jsonrpc-derive = "15.0.0"
+jsonrpc-core = "15.1.0"
+jsonrpc-core-client = "15.1.0"
+jsonrpc-derive = "15.1.0"
20
sp-core = { version = "2.0.0", path = "../../../primitives/core" }
21
sp-rpc = { version = "2.0.0", path = "../../../primitives/rpc" }
22
serde = { version = "1.0.101", features = ["derive"] }
0 commit comments