require stable error-chain
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -837,7 +837,6 @@ dependencies = [
|
||||
"clippy 0.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"elastic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"eth-secp256k1 0.5.6 (git+https://github.com/paritytech/rust-secp256k1)",
|
||||
"ethcore-bigint 0.1.3",
|
||||
"ethcore-bytes 0.1.0",
|
||||
|
||||
@@ -26,7 +26,6 @@ parking_lot = "0.4"
|
||||
tiny-keccak= "1.0"
|
||||
ethcore-logger = { path = "../logger" }
|
||||
triehash = { path = "triehash" }
|
||||
error-chain = "0.11.0-rc.2"
|
||||
hashdb = { path = "hashdb" }
|
||||
patricia_trie = { path = "patricia_trie" }
|
||||
ethcore-bytes = { path = "bytes" }
|
||||
|
||||
@@ -7,5 +7,5 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
rlp = { path = "../rlp" }
|
||||
kvdb = { path = "../kvdb" }
|
||||
ethcore-bigint = { path = "../bigint" }
|
||||
error-chain = "0.11.0-rc.2"
|
||||
error-chain = "0.11.0"
|
||||
rustc-hex = "1.0"
|
||||
|
||||
@@ -5,5 +5,5 @@ authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
||||
[dependencies]
|
||||
elastic-array = "0.9"
|
||||
error-chain = "0.11.0-rc.2"
|
||||
error-chain = "0.11.0"
|
||||
ethcore-bytes = { path = "../bytes" }
|
||||
|
||||
@@ -9,4 +9,4 @@ macros = { path = "../macros" }
|
||||
kvdb = { path = "../kvdb" }
|
||||
kvdb-rocksdb = { path = "../kvdb-rocksdb" }
|
||||
ethcore-devtools = { path = "../../devtools" }
|
||||
error-chain = "0.11.0-rc.2"
|
||||
error-chain = "0.11.0"
|
||||
|
||||
Reference in New Issue
Block a user