Skip to content
Snippets Groups Projects
Unverified Commit 7d98d537 authored by wangjj9219's avatar wangjj9219 Committed by GitHub
Browse files

update dependencies (#204)

parent 64ea36f2
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "1.3.0" } ...@@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "1.3.0" }
jsonrpc-core = "14.0.5" jsonrpc-core = "14.0.5"
jsonrpc-core-client = "14.0.5" jsonrpc-core-client = "14.0.5"
jsonrpc-derive = "14.0.5" jsonrpc-derive = "14.0.5"
sp-runtime = { version = "2.0.0-rc1" } sp-runtime = { version = "2.0.0-rc2" }
sp-api = { version = "2.0.0-rc1" } sp-api = { version = "2.0.0-rc2" }
sp-blockchain = { version = "2.0.0-rc1" } sp-blockchain = { version = "2.0.0-rc2" }
orml-oracle-rpc-runtime-api = { path = "runtime-api" } orml-oracle-rpc-runtime-api = { path = "runtime-api" }
...@@ -6,8 +6,8 @@ edition = "2018" ...@@ -6,8 +6,8 @@ edition = "2018"
[dependencies] [dependencies]
codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false, features = ["derive"] } 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-api = { default-features = false, version = "2.0.0-rc2" }
sp-std = { default-features = false, version = "2.0.0-rc1" } sp-std = { default-features = false, version = "2.0.0-rc2" }
[features] [features]
default = ["std"] default = ["std"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment