Merge pull request #1358 from ethcore/no_docopt_deps

docopt is an optional dependency of ethkey and ethstore
This commit is contained in:
Arkadiy Paronyan
2016-06-20 21:37:52 +02:00
committed by GitHub
3 changed files with 2 additions and 4 deletions

View File

@@ -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"]