Skip to content

Commit

Permalink
Update changelog for 1.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Dec 21, 2023
1 parent 4844523 commit 5429c90
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## Cargo 1.77 (2024-03-21)
[1a2666dd...HEAD](https://github.com/rust-lang/cargo/compare/1a2666dd...HEAD)

### Added

### Changed

- cargo-vendor: Hold the mutate exclusive lock when vendoring.
[#12509](https://github.com/rust-lang/cargo/pull/12509)

### Fixed

### Nightly only

### Documentation

### Internal

- 🎉 New member crate [`cargo-util-schemas`](https://crates.io/crates/cargo-util-schemas)!
This contains low-level Cargo schema types, focusing on `serde` and `FromStr`
for use in reading files and parsing command-lines.
Any logic for getting final semantics from these will likely need other tools
to process, like `cargo metadata`.
The crates.io publish of this crate is the same as other members crates.
It follows Rust's [6-week release process](https://doc.crates.io/contrib/process/release.html#cratesio-publishing).
[#13178](https://github.com/rust-lang/cargo/pull/13178)
[#13185](https://github.com/rust-lang/cargo/pull/13185)
[#13186](https://github.com/rust-lang/cargo/pull/13186)

## Cargo 1.76 (2024-02-08)
[6790a512...rust-1.76.0](https://github.com/rust-lang/cargo/compare/6790a512...rust-1.76.0)

Expand Down

0 comments on commit 5429c90

Please sign in to comment.