We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc2ce7 commit 5cf275aCopy full SHA for 5cf275a
Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
.library(name: "TracingOpenTelemetrySupport", targets: ["TracingOpenTelemetrySupport"]),
10
],
11
dependencies: [
12
- .package(url: "https://github.com/apple/swift-distributed-tracing-baggage", from: "0.1.0")
+ .package(url: "https://github.com/apple/swift-distributed-tracing-baggage.git", from: "0.1.1")
13
14
targets: [
15
// ==== --------------------------------------------------------------------------------------------------------
0 commit comments