Skip to content

Commit

Permalink
Merge pull request #5634 from epage/ext
Browse files Browse the repository at this point in the history
fix: Ensure unstable-ext gets enabled
  • Loading branch information
epage authored Aug 7, 2024
2 parents d15c9af + fb24f9b commit 9be1319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9be1319

Please sign in to comment.