mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Add a change tracker entry
This commit is contained in:
parent
ae82726a44
commit
f0a2b5b0d9
@ -205,4 +205,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "`debug-logging` option has been removed from the default `tools` profile.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 127866,
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools`",
|
||||
},
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user