Skip to content

Commit 3203e4f

Browse files
committed
docs: update changelog for 1.82.0
1 parent fb3c5c4 commit 3203e4f

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

Diff for: CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,42 @@
11
# Changelog
22

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+
340
## Cargo 1.81 (2024-09-05)
441
[34a6a87d...rust-1.81.0](https://github.com/rust-lang/cargo/compare/34a6a87d...rust-1.81.0)
542

0 commit comments

Comments
 (0)