chore: Make build.rs run again on git change
This commit is contained in:
parent
741ec811df
commit
65e1ccffaf
2 changed files with 2 additions and 0 deletions
1
build.rs
1
build.rs
|
|
@ -1,5 +1,6 @@
|
|||
use shadow_rs::SdResult;
|
||||
|
||||
fn main() -> SdResult<()> {
|
||||
println!("cargo:rerun-if-changed=.git/HEAD");
|
||||
shadow_rs::new()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue