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-multivers
is available to help build a binary in your CI and make it available during a release. --out-dir
to copy the final binaries to a directory.
Changed
- Update dependencies.
Fixed
- Do not propagate the
CARGO_UNSTABLE_BUILD_STD
environment variable to the build of the runner (#7). - Return an error on invalid CPUs from
--cpus
or fromcpu
list in[package.metadata.multivers.ARCH]
. - Fix build error when
--target-dir
is given as an argument to cargo build (e.g.,cargo multivers -- --target-dir target_dir
)