Skip to content

Commit f2618f1

Browse files
committed
docs: update changelog for 1.88.0
1 parent 0df1474 commit f2618f1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/doc/src/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## Cargo 1.88 (2025-06-26)
4+
[a6c604d1...HEAD](https://github.com/rust-lang/cargo/compare/a6c604d1...HEAD)
5+
6+
### Added
7+
8+
### Changed
9+
10+
- Don't canonicalize executable path for the `CARGO` environment variable.
11+
[#15355](https://github.com/rust-lang/cargo/pull/15355)
12+
13+
### Fixed
14+
15+
- cargo-tree: Make output more deterministic
16+
[#15369](https://github.com/rust-lang/cargo/pull/15369)
17+
18+
### Nightly only
19+
20+
- 🔥 `-Zrustdoc-depinfo`: A new unstable flag leveraging rustdoc’s dep-info
21+
files to determine whether documentations are required to re-generate.
22+
([docs](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#rustdoc-depinfo))
23+
[#15359](https://github.com/rust-lang/cargo/pull/15359)
24+
[#15371](https://github.com/rust-lang/cargo/pull/15371)
25+
- `-Zgc`: Rename the `gc` config table to `[cache]`.
26+
Low-level settings is now under `[cache.global-clean]`.
27+
[#15367](https://github.com/rust-lang/cargo/pull/15367)
28+
29+
### Documentation
30+
31+
### Internal
32+
333
## Cargo 1.87 (2025-05-15)
434
[ce948f46...rust-1.87.0](https://github.com/rust-lang/cargo/compare/ce948f46...rust-1.87.0)
535

0 commit comments

Comments
 (0)