Skip to content

Commit b907805

Browse files
committed
docs(changelog): reorder entries for 1.79
1 parent b6244bf commit b907805

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
[#13632](https://github.com/rust-lang/cargo/pull/13632)
6464
- Warn on unused `workspace.dependencies` keys on virtual workspaces.
6565
[#13664](https://github.com/rust-lang/cargo/pull/13664)
66+
- Emit 1.77 build script syntax error only when msrv is incompatible.
67+
[#13808](https://github.com/rust-lang/cargo/pull/13808)
6668
- cargo-init: don't assign `target.name` in Cargo.toml if the value can be inferred.
6769
[#13606](https://github.com/rust-lang/cargo/pull/13606)
6870
- cargo-package: normalize paths in `Cargo.toml`, including replacing `\` with `/`.
6971
[#13729](https://github.com/rust-lang/cargo/pull/13729)
7072
- cargo-test: recategorize cargo test's `--doc` flag under “Target Selection”.
7173
[#13756](https://github.com/rust-lang/cargo/pull/13756)
72-
- Emit 1.77 build script syntax error only when msrv is incompatible.
73-
[#13808](https://github.com/rust-lang/cargo/pull/13808)
7474

7575
### Fixed
7676

@@ -81,16 +81,6 @@
8181
[#13618](https://github.com/rust-lang/cargo/pull/13618)
8282
- Don't crash on Cargo.toml parse errors that point to multi-byte character
8383
[#13780](https://github.com/rust-lang/cargo/pull/13780)
84-
- cargo-add: Maintain sorting of dependency features.
85-
[#13682](https://github.com/rust-lang/cargo/pull/13682)
86-
- cargo-add: Preserve comments when updating simple deps
87-
[#13655](https://github.com/rust-lang/cargo/pull/13655)
88-
- cargo-fix: dont apply same suggestion twice.
89-
[#13728](https://github.com/rust-lang/cargo/pull/13728)
90-
- cargo-package: error when the package specified via `--package` cannot be found
91-
[#13735](https://github.com/rust-lang/cargo/pull/13735)
92-
- credential-provider: trim newlines in tokens from stdin.
93-
[#13770](https://github.com/rust-lang/cargo/pull/13770)
9484
- Don't emit deprecation warning if one of `.cargo/{config,config.toml}` is
9585
a symlink to the other.
9686
[#13793](https://github.com/rust-lang/cargo/pull/13793)
@@ -102,6 +92,16 @@
10292
[#13560](https://github.com/rust-lang/cargo/pull/13560)
10393
- Fix doc collision for lib/bin with a dash in the inferred name.
10494
[#13640](https://github.com/rust-lang/cargo/pull/13640)
95+
- cargo-add: Maintain sorting of dependency features.
96+
[#13682](https://github.com/rust-lang/cargo/pull/13682)
97+
- cargo-add: Preserve comments when updating simple deps
98+
[#13655](https://github.com/rust-lang/cargo/pull/13655)
99+
- cargo-fix: dont apply same suggestion twice.
100+
[#13728](https://github.com/rust-lang/cargo/pull/13728)
101+
- cargo-package: error when the package specified via `--package` cannot be found
102+
[#13735](https://github.com/rust-lang/cargo/pull/13735)
103+
- credential-provider: trim newlines in tokens from stdin.
104+
[#13770](https://github.com/rust-lang/cargo/pull/13770)
105105

106106
### Nightly only
107107

0 commit comments

Comments
 (0)