Skip to content

Commit

Permalink
Merge pull request #1 from arkedge/fix-build-cache
Browse files Browse the repository at this point in the history
Fix build cache
  • Loading branch information
sksat authored Nov 18, 2024
2 parents 2f0a900 + 038ca0f commit 4a57e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions example/build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fn main() {
println!("cargo:rerun-if-changed=Cargo.toml");

notalawyer_build::build();
}
1 change: 0 additions & 1 deletion notalawyer-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ pub fn build_with_template(template: &str) {
if !is_success {
panic!("cargo-about failed");
}
println!("cargo:rerun-if-changed=Cargo.lock");
println!("cargo:rerun-if-changed={}", template);
}

0 comments on commit 4a57e40

Please sign in to comment.