Skip to content

Commit 66f8ff8

Browse files
committed
CI: Bump weichsel/ZipFoundation version to fix Linux compilation
1 parent 150ff1f commit 66f8ff8

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Core/Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Core/Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ let package = Package(
8080
.library(name: "StaticDeltaCore", type: .static, targets: productTargets),
8181
],
8282
dependencies: [
83-
.package(url: "https://github.com/weichsel/ZIPFoundation.git", from: "0.9.0"),
83+
.package(url: "https://github.com/weichsel/ZIPFoundation.git", from: "0.9.20"),
8484
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.3"),
8585
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"),
8686
.package(url: "https://github.com/stackotter/ecs.git", branch: "master"),
@@ -93,7 +93,8 @@ let package = Package(
9393
.package(url: "https://github.com/OpenCombine/OpenCombine.git", from: "0.13.0"),
9494
.package(
9595
url: "https://github.com/stackotter/swift-png",
96-
revision: "b68a5662ef9887c8f375854720b3621f772bf8c5"),
96+
revision: "b68a5662ef9887c8f375854720b3621f772bf8c5"
97+
),
9798
.package(url: "https://github.com/stackotter/ASN1Parser", branch: "main"),
9899
.package(url: "https://github.com/krzyzanowskim/CryptoSwift", from: "1.6.0"),
99100
.package(url: "https://github.com/Kitura/SwiftyRequest.git", from: "3.1.0"),

0 commit comments

Comments
 (0)