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 #1358 from ethcore/no_docopt_deps
Browse files Browse the repository at this point in the history
docopt is an optional dependency of ethkey and ethstore
  • Loading branch information
arkpar authored Jun 20, 2016
2 parents 855ae91 + 0716eaa commit 05583c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ethkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rustc-serialize = "0.3"
docopt = { version = "0.6", optional = true }

[features]
default = ["cli"]
default = []
cli = ["docopt"]

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion ethstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde_codegen = { version = "0.7", optional = true }
syntex = "0.33.0"

[features]
default = ["cli", "serde_codegen"]
default = ["serde_codegen"]
nightly = ["serde_macros"]
cli = ["docopt"]

Expand Down

0 comments on commit 05583c2

Please sign in to comment.