Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Setting FromStr along with YAML #3111

Merged
merged 2 commits into from
Dec 9, 2021
Merged

Deprecate Setting FromStr along with YAML #3111

merged 2 commits into from
Dec 9, 2021

Commits on Dec 9, 2021

  1. fix!: Limit Setting FromStrs to YAML

    These exist pretty much just for YAML (clap-rs#3087).  If anyone else is
    building on these, it has a limited shelf-life anyways because of clap-rs#2717.
    
    BREAKING CHANGE: `FromStr` for settings requires the `yaml` feature.
    epage committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    f16bdcc View commit details
    Browse the repository at this point in the history
  2. refactor(yaml): Freeze FromStr

    epage committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    8a30b01 View commit details
    Browse the repository at this point in the history