diff --git a/build.rs b/build.rs deleted file mode 100644 index 222cbb4..0000000 --- a/build.rs +++ /dev/null @@ -1,9 +0,0 @@ -use vergen::{ConstantsFlags, generate_cargo_keys}; - -const ERROR_MSG: &str = "Failed to generate metadata files"; - -fn main() { - generate_cargo_keys(ConstantsFlags::SHA_SHORT).expect(ERROR_MSG); - - build_script_utils::rerun_if_git_head_changed(); -}