Revert "Use version from git-describe to better identify builds"

This commit is contained in:
Valentin Brandl
2023-04-14 00:50:35 +02:00
committed by GitHub
parent b3cc22af6c
commit a9b7368847
3 changed files with 3 additions and 7 deletions

View File

@ -5,8 +5,7 @@ pub struct VersionInfo<'a> {
pub(crate) const VERSION_INFO: VersionInfo = VersionInfo {
commit: env!("VERGEN_GIT_SHA"),
version: env!("VERGEN_GIT_DESCRIBE"),
// version: env!("CARGO_PKG_VERSION"),
version: env!("CARGO_PKG_VERSION"),
};
lazy_static! {