We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e612b commit 92956e8Copy full SHA for 92956e8
src/bootstrap/src/utils/change_tracker.rs
@@ -365,4 +365,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
365
severity: ChangeSeverity::Info,
366
summary: "`rust.channel` now supports \"auto-detect\" to load the channel from `src/ci/channel`",
367
},
368
+ ChangeInfo {
369
+ change_id: 137723,
370
+ severity: ChangeSeverity::Info,
371
+ summary: "The rust.description option has moved to build.description and rust.description is now deprecated.",
372
+ },
373
];
0 commit comments