build: Update build script

see #80
This commit is contained in:
steven-omaha
2024-05-01 09:59:55 +02:00
committed by GitHub
+1 -1
View File
@@ -9,5 +9,5 @@ fn main() {
_ => String::new(),
};
println!("cargo:rustc-env=GIT_HASH={git_hash}");
println!("cargo::rustc-env=GIT_HASH={git_hash}");
}