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

Support ..= for --version-range #198

Merged
merged 1 commit into from
Sep 5, 2023
Merged

Support ..= for --version-range #198

merged 1 commit into from
Sep 5, 2023

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Sep 5, 2023

$ cargo hack check --version-range 1.63..1.64
warning: using `..` for inclusive range is deprecated; consider using `1.63..=1.64`

This also updates outdated help messages.

Closes #197
cc @epage

@taiki-e taiki-e added the A-version Area: --rust-version, --version-range, --version-step label Sep 5, 2023
@taiki-e taiki-e merged commit 41de826 into main Sep 5, 2023
24 checks passed
@taiki-e taiki-e deleted the inclusive branch September 5, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-version Area: --rust-version, --version-range, --version-step
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use rust syntax for version ranges
2 participants