Skip to content

Commit e6588bf

Browse files
committed
Don't require Xcode 13 to build
1 parent f23d22b commit e6588bf

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
// Dependencies declare other packages that this package depends on.
1313
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.4.0"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "5.0.0"),
15-
.package(url: "https://github.com/swift-server/async-http-client.git", .exactItem("1.5.0")), /// This was breaking S3 download, pinned until that's fixed
15+
.package(url: "https://github.com/swift-server/async-http-client.git", "1.5.0"..."1.5.1"), /// This was breaking S3 download, pinned until that's fixed
1616
.package(url: "https://github.com/jkmassel/prlctl.git", from: "1.14.0"),
1717
.package(url: "https://github.com/ebraraktas/swift-tqdm.git", from: "0.1.2"),
1818
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),

0 commit comments

Comments
 (0)