Skip to content

Commit e5cd100

Browse files
committed
Update changelog for 1.75.0
1 parent d27b901 commit e5cd100

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

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

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+
331
## Cargo 1.74 (2023-11-16)
432
[80eca0e5...rust-1.74.0](https://github.com/rust-lang/cargo/compare/80eca0e5...rust-1.74.0)
533

0 commit comments

Comments
 (0)