mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
Actually test requirement parsing output (not just if it succeded)
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
internal struct ApkVersionRequirement: Hashable {
|
||||
internal struct ApkVersionRequirement: Sendable, Hashable {
|
||||
let name: String
|
||||
let versionSpec: ApkVersionSpecification
|
||||
|
||||
|
Reference in New Issue
Block a user