Skip to content

Commit

Permalink
Fix fingerprint for canceled build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 24, 2019
1 parent ed858da commit c057b87
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 58 deletions.
1 change: 1 addition & 0 deletions src/cargo/core/compiler/custom_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pub struct BuildScripts {
pub plugins: BTreeSet<PackageId>,
}

#[derive(Debug)]
pub struct BuildDeps {
pub build_script_output: PathBuf,
pub rerun_if_changed: Vec<PathBuf>,
Expand Down
Loading

0 comments on commit c057b87

Please sign in to comment.