Updating jsonrpc-core

This commit is contained in:
Tomasz Drwięga
2016-06-01 20:32:16 +02:00
parent a7a2b55362
commit 5f68b81f68
3 changed files with 14 additions and 35 deletions

View File

@@ -25,7 +25,7 @@ rustc-serialize = "0.3"
transient-hashmap = "0.1"
serde_macros = { version = "0.7.0", optional = true }
clippy = { version = "0.0.69", optional = true}
json-ipc-server = { git = "https://github.com/tomusdrw/json-ipc-server.git" }
json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" }
[build-dependencies]
serde_codegen = { version = "0.7.0", optional = true }