Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
fix travis test build
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed May 25, 2016
1 parent dce2572 commit dd1322e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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"]
Expand Down

0 comments on commit dd1322e

Please sign in to comment.