Bump error-chain (#245)

* Bump error-chain

* Fix compilation errors
This commit is contained in:
Tomasz Drwięga
2018-06-25 19:41:33 +02:00
committed by Gav Wood
parent b3e2a9e89c
commit e6995cc997
18 changed files with 108 additions and 74 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
ed25519 = { path = "../../substrate/ed25519" }
env_logger = "0.4"
futures = "0.1.17"
error-chain = "0.11"
error-chain = "0.12"
hex-literal = "0.1"
log = "0.3"
tokio-core = "0.1.12"