Update version on git head change (#444)

This commit is contained in:
Arkadiy Paronyan
2018-07-28 19:25:51 +02:00
committed by GitHub
parent 2cb4ed8dcc
commit c709ba1dd0
+1
View File
@@ -22,4 +22,5 @@ const ERROR_MSG: &'static str = "Failed to generate metadata files";
fn main() {
vergen(OutputFns::all()).expect(ERROR_MSG);
println!("cargo:rerun-if-changed=.git/HEAD");
}