mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
add change entry for rust.channel defaults
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
@@ -215,4 +215,9 @@ pub fn human_readable_changes(changes: &[ChangeInfo]) -> String {
|
||||
severity: ChangeSeverity::Info,
|
||||
summary: "Removed android-ndk r25b support in favor of android-ndk r26d.",
|
||||
},
|
||||
ChangeInfo {
|
||||
change_id: 125181,
|
||||
severity: ChangeSeverity::Warning,
|
||||
summary: "For tarball sources, default value for `rust.channel` will be taken from `src/ci/channel` file.",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user