Skip to content

Commit c057b87

Browse files
committed
Fix fingerprint for canceled build script.
1 parent ed858da commit c057b87

File tree

3 files changed

+460
-58
lines changed

3 files changed

+460
-58
lines changed

src/cargo/core/compiler/custom_build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ pub struct BuildScripts {
6565
pub plugins: BTreeSet<PackageId>,
6666
}
6767

68+
#[derive(Debug)]
6869
pub struct BuildDeps {
6970
pub build_script_output: PathBuf,
7071
pub rerun_if_changed: Vec<PathBuf>,

0 commit comments

Comments
 (0)