Skip to content

v6.5.6

Latest

Choose a tag to compare

@FL03 FL03 released this 23 Aug 08:59
d7520c1

v6.5.6 — 2026-08-23

Changed — Cargo is the crates.io publisher

The release path now delegates workspace packaging, dependency ordering,
package verification, upload, and registry polling to Cargo itself.
cargo-publish.yml retains only release-SHA/version custody, a dry-run and
explicit missing-package recovery surface, and bounded reconciliation of the
exact versions reported by crates.io metadata.

The publication-critical path no longer downloads each published archive.
A transient CDN or archive-read failure therefore cannot redefine an artifact
Cargo already uploaded and crates.io already accepted as a failed publication.