Skip to content

Commit ced3c28

Browse files
authored
Fix zipping bug (#5)
Update `swift-zip-archive` to v0.5.0
1 parent b57e858 commit ced3c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.6.1"),
15-
.package(url: "https://github.com/adam-fowler/swift-zip-archive.git", from: "0.4.1"),
15+
.package(url: "https://github.com/adam-fowler/swift-zip-archive.git", from: "0.5.0"),
1616
],
1717
targets: [
1818
.target(

0 commit comments

Comments
 (0)