Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/InstrumentationBaggage/Baggage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ extension Baggage {
// MARK: - Propagating Baggage

#if swift(>=5.5)
@available(macOS 12.0, iOS 15.0, watchOS 8.0, tvOS 15.0, *)
@available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
extension Baggage {
/// A `Baggage` automatically propagated through task-local storage. This API enables binding a top-level `Baggage` and passing it
/// implicitly to any child tasks when using structured concurrency.
Expand Down