doc(changelog): suggestions of cargo fix are nightly only

This commit is contained in:
Weihang Lo 2022-11-14 11:07:44 +00:00
parent 64e46b080e
commit 1b54716b15
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -11,8 +11,6 @@
- `cargo package` and `cargo publish` now report total and compressed crate size
after packaging.
[#11270](https://github.com/rust-lang/cargo/pull/11270)
- Suggests `cargo fix` when some compilation warnings/errors can be auto-fixed.
[#10989](https://github.com/rust-lang/cargo/pull/10989)
### Changed
@ -31,6 +29,9 @@
### Nightly only
- Suggests `cargo fix` when some compilation warnings/errors can be auto-fixed.
[#10989](https://github.com/rust-lang/cargo/pull/10989)
## Cargo 1.66 (2022-12-15)
[08250398...rust-1.66.0](https://github.com/rust-lang/cargo/compare/08250398...rust-1.66.0)