mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
fix: Ensure unstable-ext gets enabled
This commit is contained in:
parent
d15c9affeb
commit
fb24f9b99c
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ string = ["clap_builder/string"] # Allow runtime generated strings
|
|||
|
||||
# In-work features
|
||||
unstable-v5 = ["clap_builder/unstable-v5", "clap_derive?/unstable-v5", "deprecated"]
|
||||
unstable-ext = []
|
||||
unstable-ext = ["clap_builder/unstable-ext"]
|
||||
unstable-styles = ["clap_builder/unstable-styles"] # deprecated
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue