Skip to content
Snippets Groups Projects
Unverified Commit 4be00bde authored by Joshy Orndorff's avatar Joshy Orndorff Committed by GitHub
Browse files

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

Delete outdated build.rs
parents da88e4aa 2ddc70da
No related branches found
No related tags found
No related merge requests found
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();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment