File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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+
6372Misc
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
You can’t perform that action at this time.
0 commit comments