We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658bcd1 commit 05472f9Copy full SHA for 05472f9
README.md
@@ -42,7 +42,7 @@ To use Swift Numerics in a SwiftPM project:
42
1. Add the following line to the dependencies in your `Package.swift` file:
43
44
```swift
45
-.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
+.package(url: "https://github.com/apple/swift-numerics", from: "1.1.0"),
46
```
47
48
2. Add `Numerics` as a dependency for your target:
0 commit comments