Below you will find pages that utilize the taxonomy term “houseabsolute”
March 15, 2026
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.
March 15, 2026
Release Rust Project Binaries as GitHub Releases
Version updated for https://github.com/houseabsolute/actions-rust-release to version v0.0.7.
This action is used across all versions by 252 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of releasing Rust projects that produce executables. It packages the executable along with specified files (e.g., README, changelog) into platform-specific archives (e.g., tarballs or zip files), generates SHA256 checksums, uploads the artifacts, and optionally creates or updates GitHub Releases for tagged versions.
July 21, 2025
Build Rust Projects with Cross
Version updated for https://github.com/houseabsolute/actions-rust-cross to version v1.0.5.
This action is used across all versions by 1,145 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed a bug in the handling of the rust-cache-parameters input. If anything was specified for this, it would end up providing a broken config to the Swatinem/rust-cache action. Reported by @SinTan1729 (Sayantan Santra). GH #46.
April 15, 2025
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.