fn main() {
// Re-run when the checked-out commit changes so `zc --version`'s embedded
// git hash stays accurate (built's git2 capture only refreshes when build.rs runs).
println!("cargo:rerun-if-changed=.git/HEAD");
println!("cargo:rerun-if-changed=.git/refs");
built::write_built_file().expect("Failed to acquire build-time information");
}