updated ethabi to version 4.0 (#6742)

* updated ethabi to version 4.0

* ethabi 4.0.1
This commit is contained in:
Marek Kotewicz
2017-10-16 10:21:35 +02:00
committed by Arkadiy Paronyan
parent 9fa639ede9
commit 8365f4d80e
11 changed files with 90 additions and 97 deletions

View File

@@ -11,7 +11,7 @@ ethcore-ipc-codegen = { path = "../ipc/codegen" }
[dependencies]
log = "0.3"
ethabi = "2.0"
ethabi = "4.0"
target_info = "0.1"
ethcore = { path = "../ethcore" }
ethsync = { path = "../sync" }

File diff suppressed because one or more lines are too long