Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit a227ccd

Browse files
slashmoktoso
authored andcommitted
Update to tracing 1.0.0
1 parent 6906d6b commit a227ccd

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
@@ -18,7 +18,7 @@ let package = Package(
1818
),
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.0-beta.1"),
21+
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.0.0"),
2222
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2323
],
2424
targets: [

0 commit comments

Comments
 (0)