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

This renames the gc config table to `[cache]` to help avoid some confusion, and to set up a namespace for possible expansion in the future for different kind of cache controls. Low-level settings are stuffed into the `[cache.global-clean]` table, but we do not expect to stabilize these at this time. Only the top-level `cache.auto-clean-frequency` setting is expected to be stabilized. Closes https://github.com/rust-lang/cargo/issues/14292