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.

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.

Fixes