Switching to geth-attach supporting version of rpc core and server (#1022)

This commit is contained in:
Tomasz Drwięga
2016-04-30 20:41:56 +02:00
committed by Gav Wood
parent fdd030d101
commit e22e4b9b8b
3 changed files with 21 additions and 10 deletions

View File

@@ -12,8 +12,8 @@ build = "build.rs"
log = "0.3"
serde = "0.7.0"
serde_json = "0.7.0"
jsonrpc-core = "2.0"
jsonrpc-http-server = { git = "https://github.com/debris/jsonrpc-http-server.git", version = "5.1.0" }
jsonrpc-core = { git = "https://github.com/tomusdrw/jsonrpc-core.git" }
jsonrpc-http-server = { git = "https://github.com/tomusdrw/jsonrpc-http-server.git", version = "5.1.0" }
ethcore-util = { path = "../util" }
ethcore = { path = "../ethcore" }
ethash = { path = "../ethash" }