8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist.vendor
1 parent e7c7c22 commit 0207cd5Copy full SHA for 0207cd5
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