Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit daf8f8d

Browse files
committedFeb 23, 2025
Add change info to change tracker
1 parent 40abafb commit daf8f8d

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
@@ -360,4 +360,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
360360
severity: ChangeSeverity::Info,
361361
summary: "Added `build.test-stage = 2` to 'tools' profile defaults",
362362
},
363+
ChangeInfo {
364+
change_id: 137147,
365+
severity: ChangeSeverity::Info,
366+
summary: "New option `build.exclude` that adds support for excluding test.",
367+
},
363368
];

0 commit comments

Comments
 (0)
Failed to load comments.