Skip to content

Commit f9375c1

Browse files
committed
add change-entry
Signed-off-by: onur-ozkan <[email protected]>
1 parent c80b044 commit f9375c1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
360360
severity: ChangeSeverity::Info,
361361
summary: "Added `build.test-stage = 2` to 'tools' profile defaults",
362362
},
363+
ChangeInfo {
364+
change_id: 137723,
365+
severity: ChangeSeverity::Info,
366+
summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
367+
},
363368
];

0 commit comments

Comments
 (0)