Build Rust Projects with Cross
Version updated for https://github.com/houseabsolute/actions-rust-cross to version v1.0.6.
- This action is used across all versions by 1,316 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action streamlines the process of cross-compiling Rust projects for multiple platforms using the cross tool. It automates tasks such as building binaries for various target architectures (e.g., Linux, Windows, macOS) and simplifies configuration for projects requiring multi-platform compatibility. This action is particularly useful for developers aiming to efficiently compile Rust applications for diverse environments without manual setup for each target.
Release notes
- Updated various actions used by this action so that it no longer triggers warnings about Node.js 20 deprecation.
- Added a section to the docs about dealing with a failure to link
-lexecinfoon NetBSD.