Skip to content

Commit 78b2968

Browse files
committed
fix: Clarify --lockfile-path semantics
1 parent 18eb261 commit 78b2968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/inside-rust/2024-08-15-this-development-cycle-in-cargo-1.81.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@ you are asking for dependencies of that instance of the project and an ephemeral
299299
<!-- 2024-07-16 -->
300300
One proposed compromise was a
301301
[`--lockfile-path`](https://github.com/rust-lang/cargo/issues/5707)
302-
flag that allowed callers to move the lockfile generation to a writeable location.
302+
flag that allowed callers to override the lockfile location used by the project,
303+
allowing callers to use a writeable location.
303304
[Ifropc](https://github.com/Ifropc) drove the conversation on this and we discussed it further among the Cargo team.
304305

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

0 commit comments

Comments
 (0)