From 2ddc70da9e1d12a387da5aee52cb5ee8886fe644 Mon Sep 17 00:00:00 2001 From: Joshy Orndorff Date: Wed, 01 Apr 2020 14:45:59 +0000 Subject: [PATCH] Delete no-longer-used build.rs --- --- 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(); -} -- gitstuff