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