Rust Build, Package and Release Action
Version updated for https://github.com/michaelklishin/rust-build-package-release-action to version v3.1.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed
v3.1.0 (Jul 11, 2026)
Bug Fixes
test-debandtest-rpmnow work in clean distro containers. The action previously failed withcargo: command not foundbecause it always compiled itself from source. It now downloads a prebuilt MUSL-based static binary when no Rust toolchain is presentpublish-cratewithpublish-dry-run: truenow works on PRs and branch pushes. Previously it tried to validate the ref as a version tag and failed on refs like14/merge