Skip to content

Commit 95812a7

Browse files
committed
test exact version async v1.22.0
1 parent 80ad1ed commit 95812a7

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
@@ -62,7 +62,7 @@ let package = Package(
6262
.package(url: "https://github.com/awslabs/aws-crt-swift.git", exact: "0.54.2"),
6363
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
6464
.package(url: "https://github.com/open-telemetry/opentelemetry-swift", from: "1.13.0"),
65-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.22.0"),
65+
.package(url: "https://github.com/swift-server/async-http-client.git", exact: "1.22.0"),
6666
]
6767

6868
let isDocCEnabled = ProcessInfo.processInfo.environment["AWS_SWIFT_SDK_ENABLE_DOCC"] != nil

0 commit comments

Comments
 (0)