mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Concurrency] SwiftStdlib 5.5 ⟹ SwiftStdlib 5.1 (usages)
The concurrency runtime now deploys back to macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, which corresponds to the 5.1 release of the stdlib. Adjust macro usages accordingly.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
import OldActor
|
||||
|
||||
@available(SwiftStdlib 5.5, *)
|
||||
@available(SwiftStdlib 5.1, *)
|
||||
extension Monk {
|
||||
public func test() async {
|
||||
method()
|
||||
|
||||
Reference in New Issue
Block a user