You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a project contains multiple crates, they have to be packaged and published separately (#849). So I’m using --manifest-path to tell Cargo which crate to publish, starting with leaves on the dependency tree.
This crates and uses a target directory next to the respective Cargo.toml, while I expected it to use the shared target at the project’s root, like e.g. cargo build does when building path dependencies. Is this a bug, or deliberate?
The text was updated successfully, but these errors were encountered:
When a project contains multiple crates, they have to be packaged and published separately (#849). So I’m using
--manifest-path
to tell Cargo which crate to publish, starting with leaves on the dependency tree.This crates and uses a
target
directory next to the respectiveCargo.toml
, while I expected it to use the sharedtarget
at the project’s root, like e.g.cargo build
does when buildingpath
dependencies. Is this a bug, or deliberate?The text was updated successfully, but these errors were encountered: