Use ethcores' nanomsg bindings

This commit is contained in:
arkpar
2016-04-12 20:37:09 +02:00
parent fc4dbe8713
commit a19629e2d2
3 changed files with 3 additions and 3 deletions

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" }