Closed NickPollard closed 5 years ago
Allows building tags for dependencies whose Cargo.toml files do not live in an ancestor directory of their source code path. We use the manifest_path from cargo metadata directly rather than attempting to reconstruct from the source path.
Cargo.toml
cargo metadata
Closing this as the issue has been resolved by dan-t with other changes.
Allows building tags for dependencies whose
Cargo.toml
files do not live in an ancestor directory of their source code path. We use the manifest_path fromcargo metadata
directly rather than attempting to reconstruct from the source path.