Skip to content

Commit 0cb369a

Browse files
Add clarifications to publishing
1 parent 7e19c3f commit 0cb369a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

content/Rust-1.90.0.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,15 @@ If you encounter any issues with the LLD linker, please [let us know](https://gi
4040

4141
`cargo publish --workspace` is now supported, automatically publishing all of
4242
the crates in a workspace in the right order (following any dependencies
43-
between them). This has long been possible with external tooling or manual
44-
ordering of individual publishes, but this brings the functionality into Cargo
45-
itself.
43+
between them).
44+
45+
This has long been possible with external tooling or manual ordering of
46+
individual publishes, but this brings the functionality into Cargo itself.
47+
48+
Native integration allows Cargo's publish verification to run a build across
49+
the full set of to-be-published crates *as if* they were published, including
50+
during dry-runs. Note that publishes are still not atomic -- network errors or
51+
server-side failures can still lead to a partially published workspace.
4652

4753
### Demoting `x86_64-apple-darwin` to Tier 2 with host tools
4854

0 commit comments

Comments
 (0)