Skip to content

Commit 7e0fb6e

Browse files
committed
add change entry for dist.vendor
Signed-off-by: onur-ozkan <[email protected]>
1 parent 7fff695 commit 7e0fb6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
255255
severity: ChangeSeverity::Warning,
256256
summary: "`download-ci-llvm = true` now checks if CI llvm is available and has become the default for the compiler profile",
257257
},
258+
ChangeInfo {
259+
change_id: 130110,
260+
severity: ChangeSeverity::Info,
261+
summary: "New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.",
262+
},
258263
];

0 commit comments

Comments
 (0)