We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist.vendor
1 parent 9778f25 commit 13542cdCopy full SHA for 13542cd
src/bootstrap/src/utils/change_tracker.rs
@@ -260,4 +260,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
260
severity: ChangeSeverity::Info,
261
summary: "'tools' and 'library' profiles switched `download-ci-llvm` option from `if-unchanged` to `true`.",
262
},
263
+ ChangeInfo {
264
+ change_id: 130110,
265
+ severity: ChangeSeverity::Info,
266
+ summary: "New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.",
267
+ },
268
];
0 commit comments