Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: select package for bindgen based on name and manifest path
- the old code was selecting the first package that was found which meant that dependencies with the same name could be used for bindgen instead of the intended package - a fallback to the old behavior is kept for now in case manifest paths are not matching because of relative paths for example - this should be backwards compatible with all cbindgen usage, the selection bug may still trigger in case the manifest path does not match
- Loading branch information