Fix build

This commit is contained in:
Wildan M 2025-07-27 22:13:30 +07:00
parent 5de3e8327a
commit 519a9911d9

View File

@ -1152,9 +1152,9 @@ fn package_toml(
fn package_version(recipe: &Recipe) -> String {
if recipe.build.kind == BuildKind::None {
""
"".into()
} else {
"TODO"
"TODO".into()
}
}