Hive Hive
Sign in

Rust projects build reliably on Windows

Metadata
Source
GitHub
Version
0.24.0
Domains
Published
Jun 28, 2026 · 10:12 UTC
Repository
tuist/once
Update

Windows builds no longer fail with long-command-line errors or malformed --cfg feature values when compiling Rust crates with large dependency graphs. Once routes the full rustc argument list through a response file, writes arguments verbatim, formats feature values as Rust literals, and keeps action-private helper files in a scratch directory. Failed actions also include response-file context in diagnostics.