Skip to content
/ rust Public
forked from rust-lang/rust

Commit 9bdb8a6

Browse files
committed
Add a change entry
1 parent dd95cb7 commit 9bdb8a6

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
@@ -141,4 +141,9 @@ pub const CONFIG_CHANGE_HISTORY: &[ChangeInfo] = &[
141141
severity: ChangeSeverity::Info,
142142
summary: "A new `boostrap-cache-path` option has been introduced which can be utilized to modify the cache path for bootstrap.",
143143
},
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+
},
144149
];

0 commit comments

Comments
 (0)