Merge pull request #941 from ethcore/ipc-nanomsg-local

Use ethcore nanomsg bindings
This commit is contained in:
Tomasz Drwięga 2016-04-13 00:02:47 +02:00
commit f88498dad0
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -9,4 +9,4 @@ license = "GPL-3.0"
[dependencies]
ethcore-devtools = { path = "../../devtools" }
semver = "0.2.0"
nanomsg = "0.5.0"
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }

View File

@ -13,7 +13,7 @@ bincode = "*"
serde = "0.7.0"
ethcore-devtools = { path = "../../devtools" }
semver = "0.2.0"
nanomsg = "0.5.0"
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
ethcore-ipc-nano = { path = "../nano" }