Skip to content

Commit

Permalink
Update changelog for 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Oct 4, 2023
1 parent ec682d7 commit b91795c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## Cargo 1.75 (2023-12-28)
[59596f0f...HEAD](https://github.com/rust-lang/cargo/compare/59596f0f...HEAD)

### Added

### Changed

### Fixed

- Fixed corruption when cargo was killed while writing to files.
[#12744](https://github.com/rust-lang/cargo/pull/12744)

### Nightly only

### Documentation

- profile: add missing `strip` info.
[#12754](https://github.com/rust-lang/cargo/pull/12754)

### Internal

- Updated to `itertools` 0.11.0.
[#12759](https://github.com/rust-lang/cargo/pull/12759)
- Updated to `cargo_metadata` 0.18.0.
[#12758](https://github.com/rust-lang/cargo/pull/12758)
- Disabled the `custom_target::custom_bin_target` test on windows-gnu.
[#12763](https://github.com/rust-lang/cargo/pull/12763)

## Cargo 1.74 (2023-11-16)
[80eca0e5...rust-1.74.0](https://github.com/rust-lang/cargo/compare/80eca0e5...rust-1.74.0)

Expand Down

0 comments on commit b91795c

Please sign in to comment.