Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored May 21, 2021
1 parent bc86e81 commit b7cad35
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ Stabilised APIs

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

Rustdoc
-----------------------
Expand Down Expand Up @@ -140,7 +145,9 @@ related tools.
[82834]: https://github.com/rust-lang/rust/pull/82834
[81764]: https://github.com/rust-lang/rust/pull/81764
[81469]: https://github.com/rust-lang/rust/pull/81469
[cargo/9030]: https://github.com/rust-lang/cargo/pull/9030
[cargo/9298]: https://github.com/rust-lang/cargo/pull/9298
[cargo/9282]: https://github.com/rust-lang/cargo/pull/9282
[cargo/9392]: https://github.com/rust-lang/cargo/pull/9392
[`char::MAX`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.MAX
[`char::REPLACEMENT_CHARACTER`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.REPLACEMENT_CHARACTER
[`char::UNICODE_VERSION`]: https://doc.rust-lang.org/std/primitive.char.html#associatedconstant.UNICODE_VERSION
Expand Down

0 comments on commit b7cad35

Please sign in to comment.