Update to vergen 8
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl
2023-04-13 11:55:52 +02:00
parent e57294ff4c
commit 914ee4b637
5 changed files with 1124 additions and 483 deletions

View File

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