Skip to content

Commit

Permalink
Handle build completion message from Cargo
Browse files Browse the repository at this point in the history
This was introduced in the recent bump to 1.43 bootstrap cargo
  • Loading branch information
Mark-Simulacrum committed Apr 25, 2020
1 parent a58b1ed commit 5a5fa39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bootstrap/compile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,4 +1012,7 @@ pub enum CargoMessage<'a> {
BuildScriptExecuted {
package_id: Cow<'a, str>,
},
BuildFinished {
success: bool,
},
}

0 comments on commit 5a5fa39

Please sign in to comment.