Rust release workflow for multi-crate workspaces - dependency version propagation?

107 · Users Rust Lang · June 10, 2026, 10:20 a.m.
Summary
This blog post discusses the complex release workflow for a multi-crate Rust project, highlighting the challenges of dependency version propagation and publication when a low-level crate is updated. It seeks advice on best practices for managing version bumps across dependent crates and whether to release them in lockstep or independently, while also inquiring about useful tools for this process.