We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae82726 commit f0a2b5bCopy full SHA for f0a2b5b
src/bootstrap/src/utils/change_tracker.rs
@@ -205,4 +205,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
205
severity: ChangeSeverity::Warning,
206
summary: "`debug-logging` option has been removed from the default `tools` profile.",
207
},
208
+ ChangeInfo {
209
+ change_id: 127866,
210
+ severity: ChangeSeverity::Info,
211
+ summary: "the `wasm-component-ld` tool is now built as part of `build.extended` and can be a member of `build.tools`",
212
+ },
213
];
0 commit comments