Skip to content

Commit 29851ba

Browse files
committed
add entry for cargo-metadata feature to RELEASES
1 parent a96c88e commit 29851ba

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)