Skip to content

Commit 13542cd

Browse files
committed
add change entry for dist.vendor
Signed-off-by: onur-ozkan <[email protected]>
1 parent 9778f25 commit 13542cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
260260
severity: ChangeSeverity::Info,
261261
summary: "'tools' and 'library' profiles switched `download-ci-llvm` option from `if-unchanged` to `true`.",
262262
},
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+
},
263268
];

0 commit comments

Comments
 (0)