File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
32
## Cargo 1.76 (2024-02-08)
4
33
[ 6790a512...rust-1.76.0] ( https://github.com/rust-lang/cargo/compare/6790a512...rust-1.76.0 )
5
34
You can’t perform that action at this time.
0 commit comments