Skip to content

Commit 9ca9b41

Browse files
committed
add a change entry for new default on build.vendor
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent a6aaef1 commit 9ca9b41

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
@@ -310,4 +310,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
310310
severity: ChangeSeverity::Warning,
311311
summary: "Revert `rust.download-rustc` global default to `false` and only use `rust.download-rustc = \"if-unchanged\"` default for library and tools profile. As alt CI rustc is built without debug assertions, `rust.debug-assertions = true` will now inhibit downloading CI rustc.",
312312
},
313+
ChangeInfo {
314+
change_id: 133853,
315+
severity: ChangeSeverity::Info,
316+
summary: "`build.vendor` is now enabled by default for dist/tarball sources when 'vendor' directory and '.cargo/config.toml' file are present.",
317+
},
313318
];

0 commit comments

Comments
 (0)