diff options
| author | Aaron Power <Aaronepower@users.noreply.github.com> | 2018-08-03 18:56:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-03 18:56:54 +0100 |
| commit | 96f50f1edc79fe4b718262ae6a275bc0a43d66b6 (patch) | |
| tree | 716931a21dab8855e1aa7035fbc484fe4823c3a5 | |
| parent | a646c101490dd601058fad2b429937ae1d04695c (diff) | |
| download | rust-96f50f1edc79fe4b718262ae6a275bc0a43d66b6.tar.gz rust-96f50f1edc79fe4b718262ae6a275bc0a43d66b6.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md index 58fc4516842..5886e919c36 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -27,8 +27,8 @@ Cargo ----- - [Cargo can silently fix some bad lockfiles ][cargo/5831] You can use `--locked` to disable this behaviour. -- [`cargo-install` will now ignore the target triple specified in a project - directory's `.cargo/config`.][cargo/5606] +- [`cargo-install` will now allow you to cross compile an install + using `--target`][cargo/5614] - [Added the `cargo-fix` subcommand to automatically move project code from 2015 edition to 2018.][cargo/5723] @@ -65,7 +65,7 @@ Compatibility Notes [51656]: https://github.com/rust-lang/rust/pull/51656/ [51178]: https://github.com/rust-lang/rust/pull/51178/ [50494]: https://github.com/rust-lang/rust/pull/50494/ -[cargo/5606]: https://github.com/rust-lang/cargo/pull/5606/ +[cargo/5614]: https://github.com/rust-lang/cargo/pull/5614/ [cargo/5723]: https://github.com/rust-lang/cargo/pull/5723/ [cargo/5831]: https://github.com/rust-lang/cargo/pull/5831/ [`Arc::downcast`]: https://doc.rust-lang.org/std/sync/struct.Arc.html#method.downcast |
