Update Cid/multihash/ring/tinykeccak (#5785)

* Updating ring,multihash,tiny-keccak

* Updating CID in ipfs.
This commit is contained in:
Tomasz Drwięga
2017-06-07 12:31:12 +02:00
committed by Arkadiy Paronyan
parent 05aa960c25
commit 9773aa4c76
11 changed files with 81 additions and 57 deletions

View File

@@ -18,7 +18,7 @@ byteorder = "1.0"
clippy = { version = "0.0.103", optional = true}
crossbeam = "0.2.9"
env_logger = "0.4"
ethabi = "1.0.0"
ethabi = "1.0"
ethash = { path = "../ethash" }
ethcore-bloom-journal = { path = "../util/bloom" }
ethcore-devtools = { path = "../devtools" }

View File

@@ -5,5 +5,5 @@ version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
ethabi = "1.0.2"
ethabi = "1.0"
heck = "0.2"