Register change info
This commit is contained in:
parent
38f0c099b2
commit
fcfb782a75
1 changed files with 5 additions and 0 deletions
|
@ -300,4 +300,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
||||||
severity: ChangeSeverity::Info,
|
severity: ChangeSeverity::Info,
|
||||||
summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
|
summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
|
||||||
},
|
},
|
||||||
|
ChangeInfo {
|
||||||
|
change_id: 133207,
|
||||||
|
severity: ChangeSeverity::Info,
|
||||||
|
summary: "`rust.llvm-tools` is now enabled by default when no `config.toml` is provided.",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue