mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
add change entry for library profile update
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
7fd3ce4b4b
commit
329dacff10
@ -290,4 +290,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
|
|||||||
severity: ChangeSeverity::Info,
|
severity: ChangeSeverity::Info,
|
||||||
summary: "New option `llvm.offload` to control whether the llvm offload runtime for GPU support is built. Implicitly enables the openmp runtime as dependency.",
|
summary: "New option `llvm.offload` to control whether the llvm offload runtime for GPU support is built. Implicitly enables the openmp runtime as dependency.",
|
||||||
},
|
},
|
||||||
|
ChangeInfo {
|
||||||
|
change_id: 132494,
|
||||||
|
severity: ChangeSeverity::Info,
|
||||||
|
summary: "`download-rustc='if-unchanged'` is now a default option for library profile.",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user