File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Cargo 1.82 (2024-10-17)
4
+ [ a2b58c3d...HEAD] ( https://github.com/rust-lang/cargo/compare/a2b58c3d...HEAD )
5
+
6
+ ### Added
7
+
8
+ ### Changed
9
+
10
+ - Improved error message for missing both ` [package] ` and ` [workspace] ` in Cargo.toml.
11
+ [ #14261 ] ( https://github.com/rust-lang/cargo/pull/14261 )
12
+
13
+ ### Fixed
14
+
15
+ ### Nightly only
16
+
17
+ - ` -Ztarget-applies-to-host ` : Fixed passing of links-overrides with
18
+ target-applies-to-host and an implicit target
19
+ [ #14205 ] ( https://github.com/rust-lang/cargo/pull/14205 )
20
+
21
+ ### Documentation
22
+
23
+ ### Internal
24
+
25
+ - cargo-util-schemas: Added ` TomlPackage::new ` , ` Default ` for ` TomlWorkspace `
26
+ [ #14271 ] ( https://github.com/rust-lang/cargo/pull/14271 )
27
+ - Enhanced ` cargo-test-support ` usability and documentation.
28
+ [ #14266 ] ( https://github.com/rust-lang/cargo/pull/14266 )
29
+ [ #14268 ] ( https://github.com/rust-lang/cargo/pull/14268 )
30
+ [ #14269 ] ( https://github.com/rust-lang/cargo/pull/14269 )
31
+ [ #14270 ] ( https://github.com/rust-lang/cargo/pull/14270 )
32
+ [ #14272 ] ( https://github.com/rust-lang/cargo/pull/14272 )
33
+ - Made summary sync by using Arc instead of Rc
34
+ [ #14260 ] ( https://github.com/rust-lang/cargo/pull/14260 )
35
+ - Used ` Rc ` instead of ` Arc ` for storing rustflags
36
+ [ #14273 ] ( https://github.com/rust-lang/cargo/pull/14273 )
37
+ - test: Migrated ` global_cache_tracker ` snapbox
38
+ [ #14244 ] ( https://github.com/rust-lang/cargo/pull/14244 )
39
+
3
40
## Cargo 1.81 (2024-09-05)
4
41
[ 34a6a87d...rust-1.81.0] ( https://github.com/rust-lang/cargo/compare/34a6a87d...rust-1.81.0 )
5
42
You can’t perform that action at this time.
0 commit comments