mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
Fix compilation
This commit is contained in:
@ -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()))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user