Skip to content

Commit 139a713

Browse files
committed
add change entry for rust.channel defaults
Signed-off-by: onur-ozkan <[email protected]>
1 parent 1140750 commit 139a713

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/bootstrap/src/utils/change_tracker.rs

+5
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
215215
severity: ChangeSeverity::Info,
216216
summary: "Removed android-ndk r25b support in favor of android-ndk r26d.",
217217
},
218+
ChangeInfo {
219+
change_id: 125181,
220+
severity: ChangeSeverity::Warning,
221+
summary: "For tarball sources, default value for `rust.channel` will be taken from `src/ci/channel` file.",
222+
},
218223
];

0 commit comments

Comments
 (0)