diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2018-07-03 11:31:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-03 11:31:11 +0200 |
| commit | 5feb26cc554ba723e5e052f5e3bfa3f9308cce88 (patch) | |
| tree | 16f99f10ee77261bdf390ffd5281aa473bd75509 | |
| parent | b69058daa62fa51e0b04cd39f9a2bdf11ab9f1a9 (diff) | |
| parent | 29851baf0cf3e71ec70bf319b7a5edd0b535f40c (diff) | |
| download | rust-5feb26cc554ba723e5e052f5e3bfa3f9308cce88.tar.gz rust-5feb26cc554ba723e5e052f5e3bfa3f9308cce88.zip | |
Rollup merge of #51997 - euclio:release-notes, r=Aaronepower
add entry for cargo-metadata feature to RELEASES
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index fba68ce043e..9d922f493d0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -65,6 +65,7 @@ Cargo ----- - [`cargo-metadata` now includes `authors`, `categories`, `keywords`, `readme`, and `repository` fields.][cargo/5386] +- [`cargo-metadata` now includes a package's `metadata` table.][cargo/5360] - [Added the `--target-dir` optional argument.][cargo/5393] This allows you to specify a different directory than `target` for placing compilation artifacts. - [Cargo will be adding automatic target inference for binaries, benchmarks, @@ -114,6 +115,7 @@ Compatibility Notes [cargo/5203]: https://github.com/rust-lang/cargo/pull/5203/ [cargo/5335]: https://github.com/rust-lang/cargo/pull/5335/ [cargo/5359]: https://github.com/rust-lang/cargo/pull/5359/ +[cargo/5360]: https://github.com/rust-lang/cargo/pull/5360/ [cargo/5386]: https://github.com/rust-lang/cargo/pull/5386/ [cargo/5393]: https://github.com/rust-lang/cargo/pull/5393/ [`DoubleEndedIterator::rfind`]: https://doc.rust-lang.org/std/iter/trait.DoubleEndedIterator.html#method.rfind |
