mirror of
https://github.com/clap-rs/clap
synced 2024-12-04 18:19:13 +00:00
fix(fig): Reduce deepdencies
Like with #2903, we are depending on more features than needed, forcing them onto users. This also impacts our testing since we aren't truly getting minimal test runs (see #2976).
This commit is contained in:
parent
96e7dfeb43
commit
416b38c43e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ readme = "README.md"
|
|||
bench = false
|
||||
|
||||
[dependencies]
|
||||
clap = { path = "../", version = "=3.0.0-beta.5" }
|
||||
clap = { path = "../", version = "=3.0.0-beta.5", default-features = false, features = ["std"] }
|
||||
clap_generate = { path = "../clap_generate", version = "=3.0.0-beta.5" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue