Rollup merge of #71567 - Mark-Simulacrum:no-success, r=matthiaskrgr
Handle build completion message from Cargo This was introduced in the recent bump to 1.44 bootstrap cargo Fixes #71561.
This commit is contained in:
commit
01fffff677
1 changed files with 3 additions and 0 deletions
|
|
@ -1012,4 +1012,7 @@ pub enum CargoMessage<'a> {
|
|||
BuildScriptExecuted {
|
||||
package_id: Cow<'a, str>,
|
||||
},
|
||||
BuildFinished {
|
||||
success: bool,
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue