Skip to content

fix: use cargo publish --workspace for publication#451

Merged
fuzzypixelz merged 3 commits into
eclipse-zenoh:mainfrom
ZettaScaleLabs:use-cargo-publish-workspace
May 26, 2026
Merged

fix: use cargo publish --workspace for publication#451
fuzzypixelz merged 3 commits into
eclipse-zenoh:mainfrom
ZettaScaleLabs:use-cargo-publish-workspace

Conversation

@diogomatsubara
Copy link
Copy Markdown
Contributor

Since Rust 1.9.0, cargo introduced a way to publish all crates of a workspace. It should be able to figure out the correct order of publication and publish each crate individually without requiring extra tooling to order them.

Supersedes #449 and should fix https://github.com/eclipse-zenoh/zenoh/actions/runs/26133565301/job/76863995762

Since Rust 1.9.0, cargo introduced a way to publish all crates of a
workspace. It should be able to figure out the correct order of
publication and publish each crate individually without requiring extra
tooling to order them.
@fuzzypixelz fuzzypixelz merged commit fb6b3ed into eclipse-zenoh:main May 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants