[Feature Request] Support cargo binstall
for release artifacts
#652
Labels
enhancement
New feature or request
cargo binstall
for release artifacts
#652
pacaptr currently publishes pre-built artifacts with each release, but
cargo binstall
isn't aware of these artifacts, makingcargo binstall pacaptr
fail. See https://github.com/cargo-bins/cargo-binstall/blob/main/SUPPORT.md.You can implement support via
[package.metadata.binstall]
keys in the crate manifest or via changing the artifact file name scheme to somethingcargo binstall
will auto-detect. To see everything currently tried, trycargo binstall --log-level debug pacaptr
. Specifying artifacts in the crate manifest should be preferred, as auto-detection requires querying the GitHub API about each tested artifact filename.The text was updated successfully, but these errors were encountered: