Updating nanomsg

This commit is contained in:
Tomasz Drwięga
2017-03-17 13:47:05 +01:00
parent 0c051fb78e
commit 8c98ddb843
5 changed files with 13 additions and 13 deletions

View File

@@ -8,6 +8,6 @@ license = "GPL-3.0"
[dependencies]
ethcore-devtools = { path = "../../devtools" }
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git", branch = "parity-1.7" }
ethcore-util = { path = "../../util" }
semver = "0.5"