cargo-bins / cargo-binstall

Binary installation for rust projects
GNU General Public License v3.0
1.64k stars 62 forks source link

Feature: SupportdDisable of strategies for crate using `Cargo.toml` #1828

Closed NobodyXu closed 4 months ago

NobodyXu commented 4 months ago

Fixed #1721

This allow the maintainer of the crate to disable certain strategies of cargo-binstall, to ensure that the source of the binary is from the one that maintainer provided.

passcod commented 4 months ago

Are we allowing cli options to override the opinion of the maintainer?

NobodyXu commented 4 months ago

Are we allowing cli options to override the opinion of the maintainer?

Nope, we always merge in cli overrides first, then merge in target-specific meta seems like I broke it.

Seems like a mistake, I'd change that

NobodyXu commented 4 months ago

Thanks, I've updated and fixed the issue