urgent nix patch

This commit is contained in:
Micah Kendall 2023-05-20 06:24:20 +08:00 committed by Lucas
parent 709d10d000
commit ccb2d0b7ee
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ fn version() -> String {
format!( format!(
"v{} {}", "v{} {}",
built_info::PKG_VERSION, built_info::PKG_VERSION,
built_info::GIT_COMMIT_HASH_SHORT.unwrap() built_info::GIT_COMMIT_HASH_SHORT.unwrap_or("unknown")
) )
} }