Fix compilation

This commit is contained in:
2025-07-06 17:12:52 +10:00
parent 8920e205be
commit 58d8e648b9
3 changed files with 14 additions and 3 deletions

View File

@ -24,7 +24,7 @@ struct ApkIndexRequirementRef {
}
func normalize() -> ApkIndexRequirementRef {
.init(self._graph!, id: self.packageID, constraint: .dep(version: .any))
.init(self._graph!, id: self.packageID, constraint: .dep(version: .any()))
}
}