Closed pepa65 closed 2 weeks ago
Thanks for reporting!
The package is actually x86_64-unknown-linux-musl, should I have declared that somewhere in package.metadata.binstall?
no that is the target, not the package name.
The part -GhCrateMeta looks strange, like it's mangled, how can I prevent that from getting displayed like that?
that's our the resolution method used, I agree that we can do better and this is not very readable.
Perhaps display it like [yes/NO] to clearly indicate the default?
yeah that's a good idea, I will accept PR, or I can do it myself after I finished the current PR.
Made a PR #1947
New PR #1948
When using
cargo-binstall qft
this is the output:Some remarks:
x86_64-unknown-linux-musl
, should I have declared that somewhere in package.metadata.binstall?-GhCrateMeta
looks strange, like it's mangled, how can I prevent that from getting displayed like that?