From e8651d6b74a370347cf11852f650a29bf2b5f895 Mon Sep 17 00:00:00 2001 From: Thomas Rasch Date: Wed, 11 Sep 2024 19:38:19 +0200 Subject: [PATCH] Revert GzipSwift to 5.2.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 82b1d08..b3f7fa1 100644 --- a/Package.swift +++ b/Package.swift @@ -25,7 +25,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/Outdooractive/gis-tools", from: "1.8.4"), - .package(url: "https://github.com/1024jp/GzipSwift.git", from: "6.1.0"), + .package(url: "https://github.com/1024jp/GzipSwift.git", from: "5.2.0"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"), .package(url: "https://github.com/apple/swift-log.git", from: "1.6.1"), .package(url: "https://github.com/apple/swift-protobuf", from: "1.26.1"),