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 61ab3db commit 0018e21Copy full SHA for 0018e21
README.md
@@ -22,7 +22,7 @@ or other such metric system agnostic metrics additions–such additions are perf
22
To add a dependency on the extras package, you need to declare it in your `Package.swift`:
23
24
```swift
25
-.package(url: "https://github.com/apple/swift-metrics-extras.git", "0.1.0" ..< "1.0.0"),
+.package(url: "https://github.com/apple/swift-metrics-extras.git", from: "0.1.0"),
26
```
27
28
and to your application/library target, add the specific module you would like to depend on to your dependencies:
0 commit comments