Merge branch 'master' into ipc-hypervisor

This commit is contained in:
NikVolf
2016-04-14 21:57:24 +03:00
36 changed files with 391 additions and 147 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" }
ethcore-util = { path = "../../util" }