We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ed2ae commit 025352bCopy full SHA for 025352b
src/bootstrap/src/utils/change_tracker.rs
@@ -265,4 +265,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
265
severity: ChangeSeverity::Info,
266
summary: "New option `dist.vendor` added to control whether bootstrap should vendor dependencies for dist tarball.",
267
},
268
+ ChangeInfo {
269
+ change_id: 130529,
270
+ severity: ChangeSeverity::Info,
271
+ summary: "If `llvm.download-ci-llvm` is not defined, it defaults to `true`.",
272
+ },
273
];
0 commit comments