JsonRPC bump for IPC fix

This commit is contained in:
arkpar
2017-01-18 19:10:07 +01:00
parent cf6d870b09
commit 7b2cfd1cfb
6 changed files with 34 additions and 34 deletions

View File

@@ -16,7 +16,7 @@ serde = "0.8"
serde_json = "0.8"
tempdir = "0.3.5"
url = "1.2.0"
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc.git" }
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc.git", branch="mio-old" }
ws = { git = "https://github.com/ethcore/ws-rs.git", branch = "mio-upstream-stable" }
ethcore-rpc = { path = "../rpc" }
ethcore-signer = { path = "../signer" }