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

Commit

Permalink
Merge pull request #588 from ethcore/fix-build-master
Browse files Browse the repository at this point in the history
fix build on nightly rust
  • Loading branch information
arkpar committed Mar 4, 2016
2 parents 3112742 + 8ff49c0 commit d398326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["Ethcore <admin@ethcore.io"]

[dependencies]
ethcore-util = { path = "../util" }
ethcore = { path = ".." }
ethcore = { path = "../ethcore" }
clippy = { version = "0.0.44", optional = true }
log = "0.3"
env_logger = "0.3"
Expand Down

0 comments on commit d398326

Please sign in to comment.