Specify dependency version
This commit is contained in:
parent
1092d776cd
commit
910f7e5f91
@ -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: [
|
||||||
|
Loading…
Reference in New Issue
Block a user