diff options
| author | XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com> | 2020-03-24 18:35:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-24 18:35:06 +0100 |
| commit | f4e17cc7c2a1b11ca740db76d8f66bc3ea7904a3 (patch) | |
| tree | 2e4dab9f5aba4d2bf15f70586de5e29ec3e254e2 | |
| parent | f24cc7b633a8207180d87c4a291fcb4d213d1688 (diff) | |
| download | rust-f4e17cc7c2a1b11ca740db76d8f66bc3ea7904a3.tar.gz rust-f4e17cc7c2a1b11ca740db76d8f66bc3ea7904a3.zip | |
Update RELEASES.md
| -rw-r--r-- | RELEASES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index f2f9faf8da0..4ea24372645 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -60,6 +60,15 @@ Stabilized APIs - [`f64::LOG2_10`] - [`iter::once_with`] +Cargo +----- +- [You can now set config `[profile]`s in your `.cargo/config`, or through + your environment.][cargo/7823] +- [Cargo will now set `CARGO_BIN_EXE_<name>` pointing to a binary's + executable path when running integration tests or benchmarks.][cargo/7697] + `<name>` is the name of your binary as-is e.g. If you wanted the executable + path for a binary named `my-program`you would use `env!("CARGO_BIN_EXE_my-program")`. + Misc ---- - [Certain checks in the `const_err` lint were deemed unrelated to const @@ -110,6 +119,8 @@ related tools. [69366]: https://github.com/rust-lang/rust/pull/69366/ [69373]: https://github.com/rust-lang/rust/pull/69373/ [69538]: https://github.com/rust-lang/rust/pull/69538/ +[cargo/7823]: https://github.com/rust-lang/cargo/pull/7823 +[cargo/7697]: https://github.com/rust-lang/cargo/pull/7697 [`Once::is_completed`]: https://doc.rust-lang.org/std/sync/struct.Once.html#method.is_completed [`f32::LOG10_2`]: https://doc.rust-lang.org/std/f32/consts/constant.LOG10_2.html [`f32::LOG2_10`]: https://doc.rust-lang.org/std/f32/consts/constant.LOG2_10.html |
