Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Asset::is_same_package comparison
The function returned the inverse of what its name suggests. That is, it returned false for assets that are marked `SamePackage`. This causes cargo-deb to unnecessarily pass `--workspace` to cargo build, which affects feature resolution even if only a single target is built.
- Loading branch information