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
This required order can be determined automatically, and IMO the nature of publish should mean the --all/--workspace flags use this altered ordering , departing slightly for the docs which say
Workspace members will be performed according to the order of the 'packages' fields of cargo metadata.
The text was updated successfully, but these errors were encountered:
publish --all
fails for https://github.com/Electron100/butane because the order in https://github.com/Electron100/butane/blob/master/Cargo.toml is not the order required to publish. For that project,butane_core
has the no dependencies on the other workspace members, while all the others have dependencies onbutane_core
. Sobutane_core
should be published first, thenbutane_codegen
, etc, etc.This required order can be determined automatically, and IMO the nature of
publish
should mean the--all
/--workspace
flags use this altered ordering , departing slightly for the docs which sayThe text was updated successfully, but these errors were encountered: