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

Use cargo-binstall to install nextest #183

Merged
merged 1 commit into from
Aug 5, 2023
Merged

Use cargo-binstall to install nextest #183

merged 1 commit into from
Aug 5, 2023

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Aug 4, 2023

Replaces #182

As mentioned in #182 (comment), the maintainer of nextest seems to prefer to use cargo-binstall.

Internally, this is handled in a similar way to the unsupported tool, but the @nextest/@cargo-nextest alias/shorthand continues to be supported.

@taiki-e
Copy link
Owner Author

taiki-e commented Aug 4, 2023

cc @sunshowers

@sunshowers
Copy link
Contributor

Looks good, thanks!

@sunshowers
Copy link
Contributor

sunshowers commented Aug 4, 2023

@NobodyXu will specifying a version of "0.9" continue to work with binstall?

@sunshowers
Copy link
Contributor

(Looks like it does.)

@NobodyXu
Copy link
Collaborator

NobodyXu commented Aug 5, 2023

@NobodyXu will specifying a version of "0.9" continue to work with binstall?

Yes, cargo-binstall uses semver to find the latest version on crates.io that is not yanked.

You can also pass >=0.9, <=0.9, >=0.9.1,<=0.9.3

@taiki-e taiki-e merged commit 1cdb36b into main Aug 5, 2023
24 checks passed
@taiki-e taiki-e deleted the nextest-binstall branch August 5, 2023 03:26
@taiki-e
Copy link
Owner Author

taiki-e commented Aug 5, 2023

Published in 2.14.0.

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.

3 participants