We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dist.vendor
1 parent 427af35 commit 50f7227Copy full SHA for 50f7227
src/bootstrap/src/utils/change_tracker.rs
@@ -250,4 +250,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
250
severity: ChangeSeverity::Info,
251
summary: "New option `llvm.enzyme` to control whether the llvm based autodiff tool (Enzyme) is built.",
252
},
253
+ ChangeInfo {
254
+ change_id: 130110,
255
+ severity: ChangeSeverity::Info,
256
+ summary: "New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.",
257
+ },
258
];
0 commit comments