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

chore: bump clap to v4.2.4 for v1.69 clippy lints #110

Merged
merged 1 commit into from Apr 24, 2023

Conversation

kayagokalp
Copy link
Member

Details can be seen from clap-rs/clap#4733. Basically, using Subcommand with old clap versions causes clippy 1.69 to complain. This PR switches to the latest clap version to get the upstream fix.

@kayagokalp kayagokalp added the bug Something isn't working label Apr 24, 2023
@kayagokalp kayagokalp self-assigned this Apr 24, 2023
@kayagokalp kayagokalp marked this pull request as ready for review April 24, 2023 11:52
@kayagokalp kayagokalp requested a review from a team April 24, 2023 11:52
Copy link
Contributor

@mitchmindtree mitchmindtree left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also worth noting that the formatting of the output with clap v4 is a little different! I think I like the new output a little more - seems a little more straight-forward / less opinionated?

We might want to update our EXAMPLES section to better match the new formatting, but I'm not sure we can bold and underline using the current approach. We can handle this in a follow-up anyways.

@kayagokalp kayagokalp merged commit 27ef56d into master Apr 24, 2023
10 checks passed
@kayagokalp kayagokalp deleted the kayagokalp/clippy-1.69 branch April 24, 2023 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants