migrated ethcore, ethstore, secret_store, updater and hash-fetch to serde 1.0

This commit is contained in:
debris
2017-07-04 17:23:06 +02:00
parent 9c911c7a28
commit 972d30c288
18 changed files with 113 additions and 113 deletions

View File

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