We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd95cb7 commit 9bdb8a6Copy full SHA for 9bdb8a6
src/bootstrap/src/utils/change_tracker.rs
@@ -141,4 +141,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
141
severity: ChangeSeverity::Info,
142
summary: "A new `boostrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap.",
143
},
144
+ ChangeInfo {
145
+ change_id: 122108,
146
+ severity: ChangeSeverity::Info,
147
+ summary: "a new `target.*.runner` option is available to specify a wrapper executable required to run tests for a target",
148
+ },
149
];
0 commit comments