Separating fetching from building for better security
Rust Internals [Unofficial]
June 11, 2026
grothesque:
For example, truly replicating the fetches that some
cargo buildinvocation would perform without runningcargo buildseems very difficult currently.
Hmmm, this seems odd to me, I've been using a similar wrapper script for years doing a simple cargo fetch and not run into such issues.
Discussion in the ATmosphere