Skip to content

Commit 333e60c

Browse files
authored
Fix building transaction extension for Apple Platforms (swift-server#685)
1 parent b9029ef commit 333e60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/AsyncAwait/Transaction.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ extension Transaction: HTTPExecutableRequest {
325325
}
326326
}
327327

328-
@available(macOS 10.15, *)
328+
@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
329329
extension Transaction: NIOAsyncSequenceProducerDelegate {
330330
@usableFromInline
331331
func produceMore() {

0 commit comments

Comments
 (0)