Skip to content

Commit

Permalink
fix: remove files from build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Dec 10, 2024
1 parent 8706c8a commit 747c73d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
fn main() {
println!("cargo:rerun-if-changed=src/cli");
println!("cargo:rerun-if-changed=src/lib.rs");
println!("cargo:rerun-if-changed=src/main.rs");
println!("cargo:rerun-if-changed=src/*");
blueprint_metadata::generate_json();
}

0 comments on commit 747c73d

Please sign in to comment.