cargo-binutils icon indicating copy to clipboard operation
cargo-binutils copied to clipboard

Support `--manifest-path` for specifying a project dir

Open ryankurte opened this issue 5 years ago • 0 comments

when building components of a larger project it is often useful to specify the manifest directory directly, particularly because we can't really do multi-target workspaces https://github.com/rust-lang/cargo/issues/7004.

relates to https://github.com/actions-rs/cargo/issues/86 which could mitigate this problem for github-actions.

(also seem to be seeing a similar issue to https://github.com/rust-lang/cargo/issues/4866 when trying to build log for the wrong target when using a workspace but, not sure why that is)

ryankurte avatar Oct 26 '20 01:10 ryankurte