fix package file
This commit is contained in:
parent
29c26b51ef
commit
874575436e
|
@ -18,6 +18,15 @@
|
|||
"revision": "d2c49786e9245d77f4eba6ce78a87f87506623c5",
|
||||
"version": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"package": "Zip",
|
||||
"repositoryURL": "https://github.com/marmelroy/Zip.git",
|
||||
"state": {
|
||||
"branch": null,
|
||||
"revision": "67fa55813b9e7b3b9acee9c0ae501def28746d76",
|
||||
"version": "2.1.2"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -17,7 +17,7 @@ let package = Package(
|
|||
dependencies: [
|
||||
.package(url: "https://github.com/status-im/secp256k1.swift.git", .branch("master")),
|
||||
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.0.0")),
|
||||
.package(url: "https://github.com/marmelroy/Zip.git", .upToNextMinor(from: "2.1"))
|
||||
.package(url: "https://github.com/marmelroy/Zip.git", .upToNextMinor(from: "2.1.0"))
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||
|
|
Loading…
Reference in New Issue