Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d634e9c6ae |
@@ -11,7 +11,7 @@ let package = Package(
|
||||
.package(url: "https://github.com/vapor/vapor.git", from: "3.0.0"),
|
||||
|
||||
// 🤐 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: [
|
||||
.target(name: "GzipMiddleware", dependencies: ["Vapor", "ZIPFoundation"]),
|
||||
|
Reference in New Issue
Block a user