Switch to plain commit hash in version number

This commit is contained in:
Joscha 2023-08-04 16:09:55 +02:00
parent ed3600a79a
commit de767121be
2 changed files with 2 additions and 7 deletions

View file

@ -46,7 +46,7 @@ fn copy_static_files() {
fn main() {
let mut builder = vergen::EmitBuilder::builder();
builder.git_describe(true, false, None);
builder.git_sha(false);
builder.emit().unwrap();
watch_dir(MIGRATION_DIR.as_ref());