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 6079b4c commit 16a4c37Copy full SHA for 16a4c37
README.md
@@ -11,7 +11,7 @@ the [W3C Trace Context standard (Level 1)](https://www.w3.org/TR/2020/REC-trace-
11
Add the following package dependency to your `Package.swift` file:
12
13
```swift
14
-.package(url: "https://github.com/slashmo/swift-w3c-trace-context", from: "0.1.0")
+.package(url: "https://github.com/slashmo/swift-w3c-trace-context", from: "0.2.0")
15
```
16
17
Then, add the `W3CTraceContext` library as a product dependency to each target you want to use it in:
0 commit comments