Merge pull request #29 from substrate-developer-hub/joshy-prune-old-build-script

Delete outdated build.rs
main
Joshy Orndorff 2020-04-02 08:18:13 -04:00 committed by GitHub
commit 4be00bdec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();
}