Skip to content

Commit ca9ed0e

Browse files
fix(ci): re-pin rust-ci-reusable past toolchain-input breakage (#58)
Re-pins `rust-ci-reusable.yml` from `cc5a372af1af1b202c17f1b21efd954e6c038bef` (pre-fix) to `412a7031577112b31ee287cc6060179d638d6500` (standards main). **Why:** the old SHA predates standards#439. Under a SHA-pinned `dtolnay/rust-toolchain`, the `toolchain` input is mandatory; without it all four rust-ci jobs (`check`/`test`/`audit`/`coverage`) fail immediately with `'toolchain' is a required input` — an estate-wide Rust CI breakage. This PR restores green here. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 8dc380e commit ca9ed0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ permissions:
1111
contents: read
1212
jobs:
1313
rust-ci:
14-
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@cc5a372af1af1b202c17f1b21efd954e6c038bef
14+
uses: hyperpolymath/standards/.github/workflows/rust-ci-reusable.yml@412a7031577112b31ee287cc6060179d638d6500
1515
timeout-minutes: 10

0 commit comments

Comments
 (0)