File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 5
5
6
6
### Added
7
7
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
+
8
17
### Changed
9
18
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
+
10
26
### Fixed
11
27
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
+
12
32
### Nightly only
13
33
14
34
## Cargo 1.66 (2022-12-15)
You can’t perform that action at this time.
0 commit comments