fix travis test build

This commit is contained in:
Robert Habermeier 2016-05-25 15:14:02 +02:00
parent 4c55e4968e
commit 7ee23240f0
2 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -326,7 +326,9 @@ dependencies = [
"clippy 0.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
"ethash 1.2.0",
"ethcore 1.2.0",
"ethcore-devtools 1.2.0",
"ethcore-util 1.2.0",
"ethjson 0.1.0",
"ethminer 1.2.0",
"ethsync 1.2.0",
"json-ipc-server 0.1.0 (git+https://github.com/ethcore/json-ipc-server.git)",

View File

@ -19,6 +19,8 @@ ethcore = { path = "../ethcore" }
ethash = { path = "../ethash" }
ethsync = { path = "../sync" }
ethminer = { path = "../miner" }
ethjson = { path = "../json" }
ethcore-devtools = { path = "../devtools" }
rustc-serialize = "0.3"
transient-hashmap = "0.1"
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 }
syntex = "^0.32.0"
[dev-dependencies]
ethjson = { path = "../json" }
ethcore-devtools = { path = "../devtools" }
[features]
default = ["serde_codegen"]
nightly = ["serde_macros"]