Publish Workspace #14347
Labels
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
S-triage
Status: This issue is waiting on initial triage.
Problem
When publishing a workspace based crate that has path based dependencies
A -> B -> C -> D
you need to run a separate cargo publish command for each dependency:This requires that the publish commands are ran in the correct order which becomes more difficult as the dependency graph grows.
Proposed Solution
Support publishing all local/path based crates via:
Notes
No response
The text was updated successfully, but these errors were encountered: