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 caca93c commit 9837c10Copy full SHA for 9837c10
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: "0.1.0"),
+.package(url: "https://github.com/apple/swift-numerics", from: "1.0.0"),
46
```
47
48
2. Add `Numerics` as a dependency for your target:
0 commit comments