Skip to content

Commit 098b9f6

Browse files
ktososlashmo
andauthored
depend on distributor tracing 1.3.0
Co-authored-by: Moritz Lang <[email protected]>
1 parent 47ff2c8 commit 098b9f6

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
@@ -47,7 +47,7 @@ let package = Package(
4747
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.0"),
4848
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.0.2"),
4949
.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"),
50+
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.3.0"),
5151
],
5252
targets: [
5353
.target(

0 commit comments

Comments
 (0)