From 874575436e0e47174c4fc50e1c83f7356ef70cc7 Mon Sep 17 00:00:00 2001 From: Michele Balistreri Date: Wed, 15 Jun 2022 09:31:50 +0200 Subject: [PATCH] fix package file --- Package.resolved | 9 +++++++++ Package.swift | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Package.resolved b/Package.resolved index 109f4d1..950acc6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" + } } ] }, diff --git a/Package.swift b/Package.swift index c7571d6..e6ac0ff 100644 --- a/Package.swift +++ b/Package.swift @@ -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.