mirror of
https://github.com/rust-lang/cargo
synced 2024-10-31 08:59:36 +00:00
5789c12e45
This is done in the command, rather than in the op, - To consistently construct the `Workspace` - It is more composable as an API A downside is we update the git dependencies a second time. We are not rolling back on error. - For some errors, the user might want to debug what went wrong - Rollback adds its own complications and risks, including since its non-atomic Fixes #10901
4 lines
200 B
Text
4 lines
200 B
Text
Updating git repository `[ROOTURL]/git-package`
|
|
Adding my-package1 (git) to dependencies.
|
|
Adding my-package2 (git) to dependencies.
|
|
Updating git repository `[ROOTURL]/git-package`
|