Serde bump

This commit is contained in:
Tomasz Drwięga
2016-06-01 17:59:21 +02:00
parent b9b0ce8d65
commit 1fd9110829
10 changed files with 74 additions and 97 deletions

View File

@@ -7,8 +7,8 @@ license = "GPL-3.0"
[features]
[dependencies]
jsonrpc-core = "2.0"
"ethcore-ipc" = { path = "../rpc" }
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc-core.git" }
ethcore-ipc = { path = "../rpc" }
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
log = "0.3"