mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
Fix build
This commit is contained in:
parent
5de3e8327a
commit
519a9911d9
@ -1152,9 +1152,9 @@ fn package_toml(
|
||||
|
||||
fn package_version(recipe: &Recipe) -> String {
|
||||
if recipe.build.kind == BuildKind::None {
|
||||
""
|
||||
"".into()
|
||||
} else {
|
||||
"TODO"
|
||||
"TODO".into()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user