cargo-multivers
Version updated for ronnychevalier/cargo-multivers to version v0.8.0.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Version 0.8.0 - 27-12-2023
Added
- A GitHub Action
cargo-multiversis available to help build a binary in your CI and make it available during a release. --out-dirto copy the final binaries to a directory.
Changed
- Update dependencies.
Fixed
- Do not propagate the
CARGO_UNSTABLE_BUILD_STDenvironment variable to the build of the runner (#7). - Return an error on invalid CPUs from
--cpusor fromcpulist in[package.metadata.multivers.ARCH]. - Fix build error when
--target-diris given as an argument to cargo build (e.g.,cargo multivers -- --target-dir target_dir)