Skip to content

Commit

Permalink
fix: Clarify --lockfile-path semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 14, 2024
1 parent 18eb261 commit 78b2968
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,8 @@ you are asking for dependencies of that instance of the project and an ephemeral
<!-- 2024-07-16 -->
One proposed compromise was a
[`--lockfile-path`](https://github.com/rust-lang/cargo/issues/5707)
flag that allowed callers to move the lockfile generation to a writeable location.
flag that allowed callers to override the lockfile location used by the project,
allowing callers to use a writeable location.
[Ifropc](https://github.com/Ifropc) drove the conversation on this and we discussed it further among the Cargo team.

For the design, we decided to be consistent in behavior with `--manifest-path`
Expand Down

0 comments on commit 78b2968

Please sign in to comment.