fix package file

This commit is contained in:
Michele Balistreri 2022-06-15 09:31:50 +02:00
parent 29c26b51ef
commit 874575436e
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
2 changed files with 10 additions and 1 deletions

View File

@ -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"
}
}
]
},

View File

@ -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.