File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Cargo 1.75 (2023-12-28)
4
+ [ 59596f0f...HEAD] ( https://github.com/rust-lang/cargo/compare/59596f0f...HEAD )
5
+
6
+ ### Added
7
+
8
+ ### Changed
9
+
10
+ ### Fixed
11
+
12
+ - Fixed corruption when cargo was killed while writing to files.
13
+ [ #12744 ] ( https://github.com/rust-lang/cargo/pull/12744 )
14
+
15
+ ### Nightly only
16
+
17
+ ### Documentation
18
+
19
+ - profile: add missing ` strip ` info.
20
+ [ #12754 ] ( https://github.com/rust-lang/cargo/pull/12754 )
21
+
22
+ ### Internal
23
+
24
+ - Updated to ` itertools ` 0.11.0.
25
+ [ #12759 ] ( https://github.com/rust-lang/cargo/pull/12759 )
26
+ - Updated to ` cargo_metadata ` 0.18.0.
27
+ [ #12758 ] ( https://github.com/rust-lang/cargo/pull/12758 )
28
+ - Disabled the ` custom_target::custom_bin_target ` test on windows-gnu.
29
+ [ #12763 ] ( https://github.com/rust-lang/cargo/pull/12763 )
30
+
3
31
## Cargo 1.74 (2023-11-16)
4
32
[ 80eca0e5...rust-1.74.0] ( https://github.com/rust-lang/cargo/compare/80eca0e5...rust-1.74.0 )
5
33
You can’t perform that action at this time.
0 commit comments