cargo-dist
Version 0.32.0 (2026-05-21)
v0.32.0
May 22 2026 at 05:56 UTC
This release contains several bugfixes and an update to the npm installer to reduce its dependencies. It also updates the default versions of all GitHub actions.
npm installer
The npm installer now relies on builtin node modules in place of the external axios and rimraf libraries. In order to support this, we've raised the minimum supported node version to 14.14.
- impl @rafaeelaudibert chore(npm): replace axios with native node:http/node:https
cargo-zigbuild and cargo-auditable
It's now possible to use cargo-auditable together with cross-compilation via cargo-zigbuild. In previous versions of dist, these two features were mutually exclusive.
- impl @mistydemeo feat(auditable): remove zigbuild limitation
Fixes
- impl @eegli fix: double escape windows path in receipt
- impl @woodruffw ps1: peek the inner exception on download failure
- impl @mistydemeo feat(ci): migrate from attest-build-provenance@v3 to attest@v4
- impl @OpenSauce chore(deps): bump github actions