We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4e36f commit 14729eaCopy full SHA for 14729ea
README.md
@@ -67,7 +67,7 @@ To use the `AsyncAlgorithms` library in a SwiftPM project,
67
add the following line to the dependencies in your `Package.swift` file:
68
69
```swift
70
-.package(url: "https://github.com/apple/swift-async-algorithms"),
+.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
71
```
72
73
Include `"AsyncAlgorithms"` as a dependency for your executable target:
0 commit comments