Below you will find pages that utilize the taxonomy term “houseabsolute”
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.