mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
feat(generate): reduce dependencies of clap_generate (42 to 13)
This commit is contained in:
parent
1c2b09e57b
commit
33efcf1665
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ readme = "README.md"
|
|||
bench = false
|
||||
|
||||
[dependencies]
|
||||
clap = { path = "../", version = "=3.0.0-beta.4" }
|
||||
clap = { path = "../", version = "=3.0.0-beta.4", default-features = false, features = ["std"] }
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "0.7"
|
||||
|
|
Loading…
Reference in a new issue