diff --git a/build.rs b/build.rs index 0bdbda0..869c7e6 100644 --- a/build.rs +++ b/build.rs @@ -21,5 +21,4 @@ fn main() { ) .unwrap_or_default(); let git_hash = if output == String::default() { "dev".into() } else { output }; - println!("cargo:rustc-env=GIT_HASH={git_hash}"); }