about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Power <Aaronepower@users.noreply.github.com>2018-11-20 10:47:28 +0100
committerGitHub <noreply@github.com>2018-11-20 10:47:28 +0100
commit9240ad4571d9000cffc7a02764f09834fade6e4d (patch)
treeb438a207d151fa8fc655222fc833540122380d61
parentefad877c4478d8e9b9627c312f84b5138faf2aec (diff)
downloadrust-9240ad4571d9000cffc7a02764f09834fade6e4d.tar.gz
rust-9240ad4571d9000cffc7a02764f09834fade6e4d.zip
Update releases to add rename dependencies feature
-rw-r--r--RELEASES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 6f5f45aed21..a455186859f 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -45,6 +45,8 @@ Stabilized APIs
 Cargo
 -----
 - [Cargo will now download crates in parallel using HTTP/2.][cargo/6005]
+- [You can now rename packages in your Cargo.toml][cargo/6319] We have a guide
+  on [how to use the `package` key in your dependencies.][cargo-rename-reference]
 
 [52813]: https://github.com/rust-lang/rust/pull/52813/
 [53218]: https://github.com/rust-lang/rust/pull/53218/
@@ -68,6 +70,8 @@ Cargo
 [`slice::rchunks_mut`]: https://doc.rust-lang.org/std/primitive.slice.html#method.rchunks_mut
 [`slice::rchunks`]: https://doc.rust-lang.org/std/primitive.slice.html#method.rchunks
 [cargo/6005]: https://github.com/rust-lang/cargo/pull/6005/
+[cargo/6319]: https://github.com/rust-lang/cargo/pull/6319/
+[cargo-rename-reference]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#renaming-dependencies-in-cargotoml
 [const-reference]: https://doc.rust-lang.org/reference/items/functions.html#const-functions