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

@ -1,5 +1,6 @@
use shadow_rs::SdResult;
fn main() -> SdResult<()> {
println!("cargo:rerun-if-changed=.git/HEAD");
shadow_rs::new()
}