Skip to content

Commit b80fefa

Browse files
committed
Further clarify work on workspace publish
1 parent 4f8f4a1 commit b80fefa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

posts/inside-rust/2024-06-19-this-development-cycle-in-cargo-1.80.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,12 @@ For more investigation on using this file, see
269269

270270
##### `cargo publish --workspace`
271271

272-
[torhovland](https://github.com/torhovland) stepped up to break down what it would take to add `--workspace` in [#1169](https://github.com/rust-lang/cargo/issues/1169) and [#10948](https://github.com/rust-lang/cargo/issues/10948) and
273-
They then worked with [jneem](https://github.com/jneem) on `cargo package --workspace`.
272+
[torhovland](https://github.com/torhovland) and
273+
[jneem](https://github.com/jneem) stepped up to break down what it would take
274+
to add `--workspace` in
275+
[#1169](https://github.com/rust-lang/cargo/issues/1169) and
276+
[#10948](https://github.com/rust-lang/cargo/issues/10948).
277+
They started on the milestone of support for `cargo package --workspace`.
274278

275279
The first problem to address is how will we generate a valid lockfile for packages that haven't been uploaded.
276280
We discussed this in Office Hours and decided to implement an internal-only package-source overlay system in

0 commit comments

Comments
 (0)