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

Explicit cargo-binstall support #377

Merged
merged 1 commit into from
Feb 24, 2024
Merged

Conversation

LucasFA
Copy link
Contributor

@LucasFA LucasFA commented Feb 23, 2024

cargo-binstall is a cargo subcommand that allows users to install rust binary crates directly from github release binaries, without having to compile it themselves from source.

This PR significantly reduces the number of required GH API requests for cargo-binstall users, shaving 2 seconds off cargo-binstall installation.

Note: the most "native" way of doing this is naming the releases according to their own usual pattern, but tbh seems unnecessary to complicate things

Reduce the number of required GH API requests for cargo-binstall users

Shaves 2 seconds off cargo-binstall installation
@aome510 aome510 merged commit 6cdc763 into aome510:master Feb 24, 2024
4 checks passed
@LucasFA LucasFA deleted the binstall-support branch February 24, 2024 21:06
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.

None yet

2 participants