remove error wrapper type (#1871)

* get rid of glue wrapper error type

* cargo update -p sp-io

* cargo update -p sp-io

* "Update Substrate"

Co-authored-by: Andronik Ordian <write@reusable.software>
Co-authored-by: parity-processbot <>
This commit is contained in:
Bernhard Schuster
2020-10-28 17:42:23 +01:00
committed by GitHub
parent bbf7fc8d0b
commit 8a305ac963
6 changed files with 180 additions and 204 deletions
+1
View File
@@ -15,6 +15,7 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
log = "0.4.11"
thiserror = "1.0.21"
structopt = { version = "0.3.8", optional = true }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }