Delete no-longer-used build.rs

main
Joshy Orndorff 2020-04-01 10:45:59 -04:00
parent da88e4aa4f
commit 2ddc70da9e
No known key found for this signature in database
GPG Key ID: 4656E06A96D0CF3A
1 changed files with 0 additions and 9 deletions

View File

@ -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();
}