Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Install correct binstall crate #4635

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Install correct binstall crate #4635

merged 1 commit into from
Jun 30, 2023

Conversation

arendjr
Copy link
Contributor

@arendjr arendjr commented Jun 30, 2023

Summary

I just ran just install-tools as the CONTRIBUTING.md guide told me to, but it didn't work for me, because it appears to install the wrong binstall crate. The one it installed was this unmaintained crate: https://crates.io/crates/binstall, but the one it should install (to make cargo binstall work) is this one: https://crates.io/crates/cargo-binstall

Test Plan

If you want to reproduce it, make sure no binstall crate is installed:

cargo uninstall binstall
cargo uninstall cargo-binstall

cargo binstall # This should error now.

Then you can rerun just install-tools, and with this PR it should install the correct one.

@netlify
Copy link

netlify bot commented Jun 30, 2023

Deploy Preview for docs-rometools canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 1e5ec93
🔍 Latest deploy log https://app.netlify.com/sites/docs-rometools/deploys/649e91d553aa5d00088f216d

@ematipico
Copy link
Contributor

Thank you for catching that!

@ematipico ematipico merged commit 9cde65c into rome:main Jun 30, 2023
5 checks passed
@arendjr arendjr deleted the fix-binstall branch June 30, 2023 11:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants