Skip to content

Commit

Permalink
Create sqlite version git.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Nov 8, 2023
1 parent 1e8b9ff commit fb435b7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ fn main() {
}
}

if let Ok(version) = version_from_git_info() {
println!("cargo:rustc-env=VW_VERSION={version}");
println!("cargo:rustc-env=CARGO_PKG_VERSION={version}");
println!("cargo:rustc-env=GIT_EXACT_TAG={version}");
}
else{
create_git_sqlite();
}
create_git_sqlite();
}


Expand Down

0 comments on commit fb435b7

Please sign in to comment.