fix travis test build
This commit is contained in:
parent
4c55e4968e
commit
7ee23240f0
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -326,7 +326,9 @@ dependencies = [
|
|||||||
"clippy 0.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clippy 0.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"ethash 1.2.0",
|
"ethash 1.2.0",
|
||||||
"ethcore 1.2.0",
|
"ethcore 1.2.0",
|
||||||
|
"ethcore-devtools 1.2.0",
|
||||||
"ethcore-util 1.2.0",
|
"ethcore-util 1.2.0",
|
||||||
|
"ethjson 0.1.0",
|
||||||
"ethminer 1.2.0",
|
"ethminer 1.2.0",
|
||||||
"ethsync 1.2.0",
|
"ethsync 1.2.0",
|
||||||
"json-ipc-server 0.1.0 (git+https://github.com/ethcore/json-ipc-server.git)",
|
"json-ipc-server 0.1.0 (git+https://github.com/ethcore/json-ipc-server.git)",
|
||||||
|
@ -19,6 +19,8 @@ ethcore = { path = "../ethcore" }
|
|||||||
ethash = { path = "../ethash" }
|
ethash = { path = "../ethash" }
|
||||||
ethsync = { path = "../sync" }
|
ethsync = { path = "../sync" }
|
||||||
ethminer = { path = "../miner" }
|
ethminer = { path = "../miner" }
|
||||||
|
ethjson = { path = "../json" }
|
||||||
|
ethcore-devtools = { path = "../devtools" }
|
||||||
rustc-serialize = "0.3"
|
rustc-serialize = "0.3"
|
||||||
transient-hashmap = "0.1"
|
transient-hashmap = "0.1"
|
||||||
serde_macros = { version = "0.7.0", optional = true }
|
serde_macros = { version = "0.7.0", optional = true }
|
||||||
@ -29,10 +31,6 @@ json-ipc-server = { git = "https://github.com/ethcore/json-ipc-server.git" }
|
|||||||
serde_codegen = { version = "0.7.0", optional = true }
|
serde_codegen = { version = "0.7.0", optional = true }
|
||||||
syntex = "^0.32.0"
|
syntex = "^0.32.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
ethjson = { path = "../json" }
|
|
||||||
ethcore-devtools = { path = "../devtools" }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["serde_codegen"]
|
default = ["serde_codegen"]
|
||||||
nightly = ["serde_macros"]
|
nightly = ["serde_macros"]
|
||||||
|
Loading…
Reference in New Issue
Block a user