File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
33
## Cargo 1.87 (2025-05-15)
4
34
[ ce948f46...rust-1.87.0] ( https://github.com/rust-lang/cargo/compare/ce948f46...rust-1.87.0 )
5
35
You can’t perform that action at this time.
0 commit comments