diff --git a/crates/pacdef/build.rs b/crates/pacdef/build.rs index b8d6986..62a4759 100644 --- a/crates/pacdef/build.rs +++ b/crates/pacdef/build.rs @@ -9,5 +9,5 @@ fn main() { _ => String::new(), }; - println!("cargo:rustc-env=GIT_HASH={git_hash}"); + println!("cargo::rustc-env=GIT_HASH={git_hash}"); }