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

Bump shlex in clap_complete to 1.3.0 #5702

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

HKalbasi
Copy link
Contributor

The shlex::try_quote is added in 1.3.0 so it is not available in 1.1.0.

I guess minimal version CI check didn't detect this problem either because the related features was not active, or since clap itself uses the 1.3.0 and cargo minimal version selector selects a version for the whole workspace.

@epage
Copy link
Member

epage commented Aug 27, 2024

Yes, we have a dev-dependency on shlex and we can't resolve without dev-dependencies to avoid that from polluting the results.

@epage epage merged commit 417dcc3 into clap-rs:master Aug 27, 2024
25 checks passed
@HKalbasi
Copy link
Contributor Author

Can inheriting the version from workspace fix this problem?

@epage
Copy link
Member

epage commented Aug 28, 2024

I'm avoiding workspace inheritance for now. I want to do it all-or-nothing but

  • there are problems with how it treats default-features
    -it doesn't work well with how i track public dep version bumps

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants