cargo/tests/testsuite/cargo_add/lockfile_updated/in
Ed Page 5789c12e45 fix(add): Update the lock file
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
2022-07-26 14:59:07 -05:00
..
src fix(add): Update the lock file 2022-07-26 14:59:07 -05:00
Cargo.lock fix(add): Update the lock file 2022-07-26 14:59:07 -05:00
Cargo.toml fix(add): Update the lock file 2022-07-26 14:59:07 -05:00