Revert "Use version from git-describe to better identify builds"
This commit is contained in:
@ -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! {
|
||||
|
Reference in New Issue
Block a user