Skip to content

Commit

Permalink
Fix building transaction extension for Apple Platforms (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 authored Apr 14, 2023
1 parent b9029ef commit 333e60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/AsyncHTTPClient/AsyncAwait/Transaction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ extension Transaction: HTTPExecutableRequest {
}
}

@available(macOS 10.15, *)
@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
extension Transaction: NIOAsyncSequenceProducerDelegate {
@usableFromInline
func produceMore() {
Expand Down

0 comments on commit 333e60c

Please sign in to comment.