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.
1 parent 64e46b0 commit 1b54716Copy full SHA for 1b54716
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