Skip to content

Commit 5429c90

Browse files
committed
Update changelog for 1.77.0
1 parent 4844523 commit 5429c90

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

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

3+
## Cargo 1.77 (2024-03-21)
4+
[1a2666dd...HEAD](https://github.com/rust-lang/cargo/compare/1a2666dd...HEAD)
5+
6+
### Added
7+
8+
### Changed
9+
10+
- cargo-vendor: Hold the mutate exclusive lock when vendoring.
11+
[#12509](https://github.com/rust-lang/cargo/pull/12509)
12+
13+
### Fixed
14+
15+
### Nightly only
16+
17+
### Documentation
18+
19+
### Internal
20+
21+
- 🎉 New member crate [`cargo-util-schemas`](https://crates.io/crates/cargo-util-schemas)!
22+
This contains low-level Cargo schema types, focusing on `serde` and `FromStr`
23+
for use in reading files and parsing command-lines.
24+
Any logic for getting final semantics from these will likely need other tools
25+
to process, like `cargo metadata`.
26+
The crates.io publish of this crate is the same as other members crates.
27+
It follows Rust's [6-week release process](https://doc.crates.io/contrib/process/release.html#cratesio-publishing).
28+
[#13178](https://github.com/rust-lang/cargo/pull/13178)
29+
[#13185](https://github.com/rust-lang/cargo/pull/13185)
30+
[#13186](https://github.com/rust-lang/cargo/pull/13186)
31+
332
## Cargo 1.76 (2024-02-08)
433
[6790a512...rust-1.76.0](https://github.com/rust-lang/cargo/compare/6790a512...rust-1.76.0)
534

0 commit comments

Comments
 (0)