Skip to content

Commit

Permalink
Revert "Bump github.com/1024jp/gzipswift from 6.0.1 to 6.1.0" (#1055)
Browse files Browse the repository at this point in the history
Reverts #1050

This change is being reverted as gzipswift breaks compilation on 6.1.0. This issue is reported in 1024jp/GzipSwift#69 and is due to a malformed Package.swift file.

To test this, just check that CI is green.
  • Loading branch information
samsymons authored Nov 1, 2024
1 parent 0bb673d commit 393d955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/1024jp/GzipSwift.git",
"state" : {
"revision" : "56bf51fdd2fe4b2cf254b2cf34aede3d7caccc6c",
"version" : "6.1.0"
"revision" : "731037f6cc2be2ec01562f6597c1d0aa3fe6fd05",
"version" : "6.0.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let package = Package(
.package(url: "https://github.com/duckduckgo/content-scope-scripts", exact: "6.28.0"),
.package(url: "https://github.com/httpswift/swifter.git", exact: "1.5.0"),
.package(url: "https://github.com/duckduckgo/bloom_cpp.git", exact: "3.0.0"),
.package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.1.0")
.package(url: "https://github.com/1024jp/GzipSwift.git", exact: "6.0.1")
],
targets: [
.target(
Expand Down

0 comments on commit 393d955

Please sign in to comment.