Specify dependency version

This commit is contained in:
Christoph Hagen 2022-06-07 14:14:40 +02:00
parent 1092d776cd
commit 910f7e5f91

View File

@ -14,7 +14,7 @@ let package = Package(
targets: ["Push"]), targets: ["Push"]),
], ],
dependencies: [ dependencies: [
.package(url: "https://christophhagen.de/git/ch/Push-API.git", branch: "main"), .package(url: "https://christophhagen.de/git/ch/Push-API.git", from: "0.5.0"),
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0") .package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0")
], ],
targets: [ targets: [