We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64e46b0 + 1b54716 commit 4754751Copy full SHA for 4754751
CHANGELOG.md
@@ -11,8 +11,6 @@
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
17
### Changed
18
@@ -31,6 +29,9 @@
31
29
32
30
### Nightly only
33
+- Suggests `cargo fix` when some compilation warnings/errors can be auto-fixed.
+ [#10989](https://github.com/rust-lang/cargo/pull/10989)
34
+
35
## Cargo 1.66 (2022-12-15)
36
[08250398...rust-1.66.0](https://github.com/rust-lang/cargo/compare/08250398...rust-1.66.0)
37
0 commit comments