Update dependency on ZIPFoundation
This commit is contained in:
parent
b7da8fc7d8
commit
d634e9c6ae
|
@ -11,7 +11,7 @@ let package = Package(
|
||||||
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
|
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
|
||||||
|
|
||||||
// 🤐 Unzip archives
|
// 🤐 Unzip archives
|
||||||
.package(url: "https://github.com/microtherion/ZIPFoundation.git", .upToNextMajor(from: "0.9.8-µ"))
|
.package(url: "https://github.com/microtherion/ZIPFoundation.git", .upToNextMajor(from: "0.9.9-µ2"))
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(name: "GzipMiddleware", dependencies: ["Vapor", "ZIPFoundation"]),
|
.target(name: "GzipMiddleware", dependencies: ["Vapor", "ZIPFoundation"]),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user