Skip to content

Commit ef8ba96

Browse files
authored
Update to Sendable Baggage (#60)
1 parent d83d93f commit ef8ba96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.library(name: "Tracing", targets: ["Tracing"]),
99
],
1010
dependencies: [
11-
.package(url: "https://github.com/apple/swift-distributed-tracing-baggage.git", .upToNextMinor(from: "0.2.2")),
11+
.package(url: "https://github.com/apple/swift-distributed-tracing-baggage.git", .upToNextMinor(from: "0.3.0")),
1212
],
1313
targets: [
1414
// ==== --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)