chore: Make build.rs run again on git change

This commit is contained in:
Gerald Pinder 2024-09-23 12:29:53 -04:00
parent 741ec811df
commit 65e1ccffaf
2 changed files with 2 additions and 0 deletions

View file

@ -21,4 +21,5 @@ fn main() {
PathBuf::from(env::var("OUT_DIR").unwrap()).join("docker_syntax.bin"),
)
.unwrap();
println!("cargo:rerun-if-changed=highlights/Dockerfile.sublime-syntax");
}