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 c4c9a66 commit 616e685Copy full SHA for 616e685
oracle/rpc/Cargo.toml
@@ -6,9 +6,9 @@ edition = "2018"
6
7
[dependencies]
8
codec = { package = "parity-scale-codec", version = "1.3.0" }
9
-jsonrpc-core = "14.0.5"
10
-jsonrpc-core-client = "14.0.5"
11
-jsonrpc-derive = "14.0.5"
+jsonrpc-core = "15.0.0"
+jsonrpc-core-client = "15.0.0"
+jsonrpc-derive = "15.0.0"
12
sp-runtime = { version = "2.0.0" }
13
sp-api = { version = "2.0.0" }
14
sp-blockchain = { version = "2.0.0" }
0 commit comments