Skip to content

Commit 1b4c133

Browse files
committed
Update changelog for 1.67
1 parent b2bf664 commit 1b4c133

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,30 @@
55

66
### Added
77

8+
- `cargo remove` now cleans up the root workspace manifest after a
9+
successful removal of an inherited dependency from a workspace member.
10+
[#11242](https://github.com/rust-lang/cargo/pull/11242)
11+
- `cargo package` and `cargo publish` now report total and compressed crate size
12+
after packaging.
13+
[#11270](https://github.com/rust-lang/cargo/pull/11270)
14+
- Suggests `cargo fix` when some compilation warnings/errors can be auto-fixed.
15+
[#10989](https://github.com/rust-lang/cargo/pull/10989)
16+
817
### Changed
918

19+
- ❗ Cargo now reuses the value of `$CARGO` if it's already set in the environment,
20+
and forwards the value when executing external subcommands and build scripts.
21+
[#11285](https://github.com/rust-lang/cargo/pull/11285)
22+
- Updated the internal HTTP library libcurl with various fixes and updates.
23+
[#11307](https://github.com/rust-lang/cargo/pull/11307)
24+
[#11326](https://github.com/rust-lang/cargo/pull/11326)
25+
1026
### Fixed
1127

28+
- Fixed `cargo clean` for removing fingerprints and build script
29+
artifacts of only the requested package
30+
[#10621](https://github.com/rust-lang/cargo/pull/10621)
31+
1232
### Nightly only
1333

1434
## Cargo 1.66 (2022-12-15)

0 commit comments

Comments
 (0)