finalizing deps rearrange

This commit is contained in:
Nikolay Volf
2016-05-06 16:40:24 +04:00
parent c16a46dca7
commit d9acbbb027
5 changed files with 14 additions and 68 deletions

View File

@@ -12,7 +12,7 @@ build = "build.rs"
log = "0.3"
serde = "0.7.0"
serde_json = "0.7.0"
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc-core.git" }
jsonrpc-core = "2.0"
jsonrpc-http-server = { git = "https://github.com/ethcore/jsonrpc-http-server.git" }
ethcore-util = { path = "../util" }
ethcore = { path = "../ethcore" }
@@ -27,7 +27,7 @@ json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" }
[build-dependencies]
serde_codegen = { version = "0.7.0", optional = true }
syntex = "^0.31.0"
syntex = "^0.32.0"
[features]
default = ["serde_codegen"]