diff options
Diffstat (limited to 'build.rs')
| -rw-r--r-- | build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -17,4 +17,4 @@ fn main() { | |||
| 17 | // Re-run if HEAD changes (new commits) | 17 | // Re-run if HEAD changes (new commits) |
| 18 | println!("cargo:rerun-if-changed=.git/HEAD"); | 18 | println!("cargo:rerun-if-changed=.git/HEAD"); |
| 19 | println!("cargo:rerun-if-changed=.git/refs/heads/"); | 19 | println!("cargo:rerun-if-changed=.git/refs/heads/"); |
| 20 | } \ No newline at end of file | 20 | } |