Skip to content
New issue

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

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

Already on GitHub? # to your account

Update clap to 3.1 #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update clap to 3.1 #141

wants to merge 1 commit into from

Conversation

Enet4
Copy link

@Enet4 Enet4 commented Apr 16, 2022

I was unable to build the upstream branch, so I took the liberty of updating Clap to make it work.

  • Bump clap to 3.1.9
    • feature "derive" needed for Parser derive macro
    • feature "cargo" required for crate_authors and other macros
    • feature "env" required for env field in clap attribute
  • Replace deprecated cargo_generate crate with cargo_complete
  • Replace deprecated constructs according to suggestions

- bump clap to 3.1.9
   - feature "derive" needed for `Parser` derive macro
   - feature "cargo" required for `crate_authors` and other macros
   - feature "env" required for `env` field in clap attribute
- replace deprecated cargo_generate with cargo_complete
- replace deprecated constructs
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant