|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Cargo 1.76 (2024-02-08) |
| 4 | +[6790a512...HEAD](https://github.com/rust-lang/cargo/compare/6790a512...HEAD) |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +### Changed |
| 9 | + |
| 10 | +### Fixed |
| 11 | + |
| 12 | +### Nightly only |
| 13 | + |
| 14 | +- 🔥 The `-Zgc` flag enables garbage collection for deleting old, unused files |
| 15 | + in cargo's cache. That is, downloaded source files and registry index under |
| 16 | + the `CARGO_HOME` directory. |
| 17 | + [docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#gc) |
| 18 | + [#12634](https://github.com/rust-lang/cargo/pull/12634) |
| 19 | + [#12958](https://github.com/rust-lang/cargo/pull/12958) |
| 20 | + |
| 21 | +### Documentation |
| 22 | + |
| 23 | +### Internal |
| 24 | + |
| 25 | +- Refactored `Cargo.toml` parsing code in preparation of extracting an offical schema API. |
| 26 | + [#12954](https://github.com/rust-lang/cargo/pull/12954) |
| 27 | + [#12960](https://github.com/rust-lang/cargo/pull/12960) |
| 28 | + [#12961](https://github.com/rust-lang/cargo/pull/12961) |
| 29 | +- Fixed `--quiet` being used with nested subcommands. |
| 30 | + [#12959](https://github.com/rust-lang/cargo/pull/12959) |
| 31 | + |
3 | 32 | ## Cargo 1.75 (2023-12-28)
|
4 | 33 | [59596f0f...rust-1.75.0](https://github.com/rust-lang/cargo/compare/59596f0f...rust-1.75.0)
|
5 | 34 |
|
|
80 | 109 | - Added `Edition2024` unstable feature.
|
81 | 110 | [docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024)
|
82 | 111 | [#12771](https://github.com/rust-lang/cargo/pull/12771)
|
83 |
| -- 🔥 The `-Ztrim-paths` feature adds a new profile setting (among other things) |
84 |
| - to control how paths are sanitized in the resulting binary. |
| 112 | +- 🔥 The `-Ztrim-paths` feature adds a new profile setting to control how paths |
| 113 | + are sanitized in the resulting binary. |
85 | 114 | ([RFC 3127](https://github.com/rust-lang/rfcs/blob/master/text/3127-trim-paths.md))
|
86 | 115 | ([docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#profile-trim-paths-option))
|
87 | 116 | [#12625](https://github.com/rust-lang/cargo/pull/12625)
|
|
0 commit comments