Skip to content

Commit

Permalink
Update to Sendable Baggage (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Jan 29, 2022
1 parent d83d93f commit ef8ba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "Tracing", targets: ["Tracing"]),
],
dependencies: [
.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")),
],
targets: [
// ==== --------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit ef8ba96

Please sign in to comment.