Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b7cad35

Browse files
authored
Update RELEASES.md
1 parent bc86e81 commit b7cad35

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

RELEASES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,12 @@ Stabilised APIs
9595

9696
Cargo
9797
-----------------------
98-
- [Expose build.target .cargo/config setting as packages.target in Cargo.toml][cargo/9030]
98+
- [Cargo now supports git repositories where the default `HEAD` branch is not
99+
"master".][cargo/9392] This also includes a switch to the version 3 `Cargo.lock` format
100+
which can handle default branches correctly.
101+
- [macOS targets now default to `unpacked` split-debuginfo.][cargo/9298]
102+
- [The `authors` field is no longer included in `Cargo.toml` for new
103+
projects.][cargo/9282]
99104

100105
Rustdoc
101106
-----------------------
@@ -140,7 +145,9 @@ related tools.
140145
[82834]: https://github.com/rust-lang/rust/pull/82834
141146
[81764]: https://github.com/rust-lang/rust/pull/81764
142147
[81469]: https://github.com/rust-lang/rust/pull/81469
143-
[cargo/9030]: https://github.com/rust-lang/cargo/pull/9030
148+
[cargo/9298]: https://github.com/rust-lang/cargo/pull/9298
149+
[cargo/9282]: https://github.com/rust-lang/cargo/pull/9282
150+
[cargo/9392]: https://github.com/rust-lang/cargo/pull/9392
144151
[`char::MAX`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.MAX
145152
[`char::REPLACEMENT_CHARACTER`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.REPLACEMENT_CHARACTER
146153
[`char::UNICODE_VERSION`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.UNICODE_VERSION

0 commit comments

Comments
 (0)