Automated release from CI pipeline
Changes:
ci: use Swatinem/rust-cache for the Rust workspace job (reliability) (#925)
The Rust Workspace Tests job manually cached the whole v2/target via
actions/cache@v4. For a 38-crate workspace that dir is multi-GB, and several
CI runs this cycle intermittently died at the cache/setup step (after
toolchain install, before "Run Rust tests"), each needing a rerun.
Swatinem/rust-cache@v2 is the de-facto standard Rust CI cache: it caches the
cargo registry/git + a pruned target, evicts stale dependencies, and restores
large workspaces far more reliably and faster than a naive whole-target cache.
workspaces: v2 points it at the v2/ cargo workspace.
Reliability/speed change — verified by observing subsequent main runs.
Docker Image:
ghcr.io/ruvnet/RuView:6ee21a094105f004fdb1e2af5a12b891bd00f145