File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,15 @@ Stabilized APIs
60
60
- [ ` f64::LOG2_10 ` ]
61
61
- [ ` iter::once_with ` ]
62
62
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
+
63
72
Misc
64
73
----
65
74
- [ Certain checks in the ` const_err ` lint were deemed unrelated to const
@@ -110,6 +119,8 @@ related tools.
110
119
[ 69366 ] : https://github.com/rust-lang/rust/pull/69366/
111
120
[ 69373 ] : https://github.com/rust-lang/rust/pull/69373/
112
121
[ 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
113
124
[ `Once::is_completed` ] : https://doc.rust-lang.org/std/sync/struct.Once.html#method.is_completed
114
125
[ `f32::LOG10_2` ] : https://doc.rust-lang.org/std/f32/consts/constant.LOG10_2.html
115
126
[ `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