From 7d98d537e77ccd5911f1c5961f48b5467ce731aa Mon Sep 17 00:00:00 2001 From: wangjj9219 <183318287@qq.com> Date: Fri, 5 Jun 2020 13:20:28 +0800 Subject: [PATCH] update dependencies (#204) --- oracle/rpc/Cargo.toml | 6 +++--- oracle/rpc/runtime-api/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/oracle/rpc/Cargo.toml b/oracle/rpc/Cargo.toml index 323ca28..c9eaaaa 100644 --- a/oracle/rpc/Cargo.toml +++ b/oracle/rpc/Cargo.toml @@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "1.3.0" } jsonrpc-core = "14.0.5" jsonrpc-core-client = "14.0.5" jsonrpc-derive = "14.0.5" -sp-runtime = { version = "2.0.0-rc1" } -sp-api = { version = "2.0.0-rc1" } -sp-blockchain = { version = "2.0.0-rc1" } +sp-runtime = { version = "2.0.0-rc2" } +sp-api = { version = "2.0.0-rc2" } +sp-blockchain = { version = "2.0.0-rc2" } orml-oracle-rpc-runtime-api = { path = "runtime-api" } diff --git a/oracle/rpc/runtime-api/Cargo.toml b/oracle/rpc/runtime-api/Cargo.toml index 63d6169..76541a5 100644 --- a/oracle/rpc/runtime-api/Cargo.toml +++ b/oracle/rpc/runtime-api/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" [dependencies] codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } -sp-api = { default-features = false, version = "2.0.0-rc1" } -sp-std = { default-features = false, version = "2.0.0-rc1" } +sp-api = { default-features = false, version = "2.0.0-rc2" } +sp-std = { default-features = false, version = "2.0.0-rc2" } [features] default = ["std"] -- GitLab