Build Rust Projects with Cross
Version updated for houseabsolute/actions-rust-cross to version v0.0.11.
- This action is used across all versions by 189 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
- Use
cross
when compiling for 32-bit Linux targets. While in theory this should work withoutcross
, compilingopenssl
with thevendored
feature fails when we runcargo build --target i686-unknown-linux-musl
.