Skip to content

Commit

Permalink
Fix Availability for DiscardingTaskGroup on watchOS (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetodream authored Jan 9, 2024
1 parent fa3137d commit ea0800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ConnectionPoolModule/ConnectionPool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ protocol TaskGroupProtocol {
}

#if swift(>=5.8) && os(Linux) || swift(>=5.9)
@available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 9.0, *)
@available(macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0, *)
extension DiscardingTaskGroup: TaskGroupProtocol {}
#endif

Expand Down

0 comments on commit ea0800d

Please sign in to comment.