Open pinage404 opened 3 months ago
The error is from https://github.com/cargo-bins/cargo-binstall/blob/448bb02a7fb3bded10e371612519f0c07c920411/crates/binstalk/src/ops/resolve.rs#L397
I checked your repository, and you have two binaries in Cargo.toml, that's probably what triggers the bug.
@pinage404 for your configuration I recommend a tarball/zip which contains all binaries.
Since none of the binary in Cargo.toml is optional, binstall expects all of them to be available.
I opened #1888 to improve how binstall handles this.
Interesting
The second binary is a work in progress and not really published yet
I don't know yet how i will solve the issue
The second binary is a work in progress and not really published yet
You can just build it and put it in the tarball/zip, as long as it's there it should work.
Hello,
I'm trying to setup
cargo-binstall
While trying, i put the hardcoded URL (i will use template when it works)
Using this version on NixOS
Running this command to check locally
It gives this output
I don't know what should i do
Do you have any clue ?