Serde bump
This commit is contained in:
@@ -14,13 +14,13 @@ nightly-testing = ["clippy"]
|
||||
with-syntex = ["quasi/with-syntex", "quasi_codegen", "quasi_codegen/with-syntex", "syntex", "syntex_syntax"]
|
||||
|
||||
[build-dependencies]
|
||||
quasi_codegen = { version = "0.10", optional = true }
|
||||
syntex = { version = "^0.31", optional = true }
|
||||
quasi_codegen = { version = "0.11", optional = true }
|
||||
syntex = { version = "*", optional = true }
|
||||
|
||||
[dependencies]
|
||||
aster = { version = "0.16", default-features = false }
|
||||
aster = { version = "0.17", default-features = false }
|
||||
clippy = { version = "^0.*", optional = true }
|
||||
quasi = { version = "0.10", default-features = false }
|
||||
quasi_macros = { version = "0.10", optional = true }
|
||||
syntex = { version = "0.32", optional = true }
|
||||
syntex_syntax = { version = "0.32", optional = true }
|
||||
quasi = { version = "0.11", default-features = false }
|
||||
quasi_macros = { version = "0.11", optional = true }
|
||||
syntex = { version = "*", optional = true }
|
||||
syntex_syntax = { version = "*", optional = true }
|
||||
|
||||
@@ -7,8 +7,8 @@ license = "GPL-3.0"
|
||||
[features]
|
||||
|
||||
[dependencies]
|
||||
jsonrpc-core = "2.0"
|
||||
"ethcore-ipc" = { path = "../rpc" }
|
||||
jsonrpc-core = { git = "https://github.com/ethcore/jsonrpc-core.git" }
|
||||
ethcore-ipc = { path = "../rpc" }
|
||||
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
|
||||
log = "0.3"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ build = "build.rs"
|
||||
path = "run.rs"
|
||||
|
||||
[dependencies]
|
||||
"ethcore-ipc" = { path = "../rpc" }
|
||||
ethcore-ipc = { path = "../rpc" }
|
||||
ethcore-devtools = { path = "../../devtools" }
|
||||
semver = "0.2.0"
|
||||
nanomsg = { git = "https://github.com/ethcore/nanomsg.rs.git" }
|
||||
@@ -17,4 +17,4 @@ ethcore-util = { path = "../../util" }
|
||||
|
||||
[build-dependencies]
|
||||
syntex = "*"
|
||||
"ethcore-ipc-codegen" = { path = "../codegen" }
|
||||
ethcore-ipc-codegen = { path = "../codegen" }
|
||||
|
||||
Reference in New Issue
Block a user