Skip to content

Commit f4e17cc

Browse files
authored
Update RELEASES.md
1 parent f24cc7b commit f4e17cc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ Stabilized APIs
6060
- [`f64::LOG2_10`]
6161
- [`iter::once_with`]
6262

63+
Cargo
64+
-----
65+
- [You can now set config `[profile]`s in your `.cargo/config`, or through
66+
your environment.][cargo/7823]
67+
- [Cargo will now set `CARGO_BIN_EXE_<name>` pointing to a binary's
68+
executable path when running integration tests or benchmarks.][cargo/7697]
69+
`<name>` is the name of your binary as-is e.g. If you wanted the executable
70+
path for a binary named `my-program`you would use `env!("CARGO_BIN_EXE_my-program")`.
71+
6372
Misc
6473
----
6574
- [Certain checks in the `const_err` lint were deemed unrelated to const
@@ -110,6 +119,8 @@ related tools.
110119
[69366]: https://github.com/rust-lang/rust/pull/69366/
111120
[69373]: https://github.com/rust-lang/rust/pull/69373/
112121
[69538]: https://github.com/rust-lang/rust/pull/69538/
122+
[cargo/7823]: https://github.com/rust-lang/cargo/pull/7823
123+
[cargo/7697]: https://github.com/rust-lang/cargo/pull/7697
113124
[`Once::is_completed`]: https://doc.rust-lang.org/std/sync/struct.Once.html#method.is_completed
114125
[`f32::LOG10_2`]: https://doc.rust-lang.org/std/f32/consts/constant.LOG10_2.html
115126
[`f32::LOG2_10`]: https://doc.rust-lang.org/std/f32/consts/constant.LOG2_10.html

0 commit comments

Comments
 (0)