From aa1a8c9ae4b8dc273450c931fecbd5819a2c5811 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Fri, 3 Jul 2026 23:30:54 +0100 Subject: [PATCH] fix(ci): re-pin rust-ci-reusable past toolchain-input breakage Re-pins rust-ci-reusable.yml from d135b05bfc647d0c0fbfedc7e80f37ea50f49236 (pre-fix) to 412a7031577112b31ee287cc6060179d638d6500 (standards main). The old SHA predates standards#439, which added the mandatory `toolchain: stable` input to the SHA-pinned dtolnay/rust-toolchain step. Without it, all four rust-ci jobs fail fast with `'toolchain' is a required input`. This restores Rust CI. Co-Authored-By: Claude Sonnet 5 --- .github/workflows/rust-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 2c54b7a..657a89b 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -11,7 +11,7 @@ permissions: contents: read jobs: rust-ci: - uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236 + uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@412a7031577112b31ee287cc6060179d638d6500 with: enable_audit: true enable_coverage: true