Skip to content

Commit ef356d6

Browse files
authored
Rollup merge of rust-lang#51997 - euclio:release-notes, r=Aaronepower
add entry for cargo-metadata feature to RELEASES
2 parents 2346398 + 29851ba commit ef356d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Cargo
6565
-----
6666
- [`cargo-metadata` now includes `authors`, `categories`, `keywords`,
6767
`readme`, and `repository` fields.][cargo/5386]
68+
- [`cargo-metadata` now includes a package's `metadata` table.][cargo/5360]
6869
- [Added the `--target-dir` optional argument.][cargo/5393] This allows you to specify
6970
a different directory than `target` for placing compilation artifacts.
7071
- [Cargo will be adding automatic target inference for binaries, benchmarks,
@@ -114,6 +115,7 @@ Compatibility Notes
114115
[cargo/5203]: https://github.com/rust-lang/cargo/pull/5203/
115116
[cargo/5335]: https://github.com/rust-lang/cargo/pull/5335/
116117
[cargo/5359]: https://github.com/rust-lang/cargo/pull/5359/
118+
[cargo/5360]: https://github.com/rust-lang/cargo/pull/5360/
117119
[cargo/5386]: https://github.com/rust-lang/cargo/pull/5386/
118120
[cargo/5393]: https://github.com/rust-lang/cargo/pull/5393/
119121
[`DoubleEndedIterator::rfind`]: https://doc.rust-lang.org/std/iter/trait.DoubleEndedIterator.html#method.rfind

0 commit comments

Comments
 (0)