Skip to content

Commit b811a5d

Browse files
committed
Update changelog for 1.76.0
1 parent 0babf35 commit b811a5d

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

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+
332
## Cargo 1.75 (2023-12-28)
433
[59596f0f...rust-1.75.0](https://github.com/rust-lang/cargo/compare/59596f0f...rust-1.75.0)
534

@@ -80,8 +109,8 @@
80109
- Added `Edition2024` unstable feature.
81110
[docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2024)
82111
[#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.
85114
([RFC 3127](https://github.com/rust-lang/rfcs/blob/master/text/3127-trim-paths.md))
86115
([docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#profile-trim-paths-option))
87116
[#12625](https://github.com/rust-lang/cargo/pull/12625)

0 commit comments

Comments
 (0)