mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00

Stabilize -Z crate-versions This stabilizes the `-Z crate-versions` flag which forwards the crate version to rustdoc so it can display the version in the sidebar. The flag in rustdoc was stabilized in 1.44. Closes #7907