Fix breaking changes in vergen
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl
2021-02-26 16:12:58 +01:00
parent d9553871fa
commit 3d26823425
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ pub struct VersionInfo<'a> {
}
pub(crate) const VERSION_INFO: VersionInfo = VersionInfo {
commit: env!("VERGEN_SHA_SHORT"),
commit: env!("VERGEN_GIT_SHA_SHORT"),
version: env!("CARGO_PKG_VERSION"),
};
pub(crate) const CSS: &str = include_str!("../static/tacit-css.min.css");