Build Rust Projects with Cross
Version updated for https://github.com/houseabsolute/actions-rust-cross to version v1.0.4.
- This action is used across all versions by 982 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
- Removed validation for the
toolchain
input. The dtolnay/rust-toolchain accepts a lot of different options that this action wasn’t allowing. It’s simpler and more flexible to just let that action handle validation. Requested by @axos88 (Akos Vandra-Meyer). GH #42. - Removed validation for the
command
input. This allows you to use this action with anycargo
extension command, likecargo-deb
. Settingcommand
toboth
is still supported and will run thebuild
andtest
commands. Requested by @bvaisvil (Benjamin Vaisvil). GH #43.