Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.9.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 82 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
- Added a
working-directory
parameter. By default this is the current directory (.
) but you can set it to something else to compile a single crate or workspace in a subdirectory of the repo. This allows you to use this action with monorepos with multiple crates. Based on GH #7 by @aaronvg.