We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ff2c8 commit 098b9f6Copy full SHA for 098b9f6
Package.swift
@@ -47,7 +47,7 @@ let package = Package(
47
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.0"),
48
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"),
49
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"),
50
- .package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.2.0"),
+ .package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.3.0"),
51
],
52
targets: [
53
.target(
0 commit comments