Skip to content

Commit e1c53d3

Browse files
committed
Don't bump platforms
1 parent ace88e4 commit e1c53d3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Package.swift

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import PackageDescription
44

55
let package = Package(
66
name: "swift-distributed-tracing",
7-
platforms: [
8-
.macOS(.v10_15),
9-
.iOS(.v13),
10-
.tvOS(.v13),
11-
.watchOS(.v6),
12-
.macCatalyst(.v13),
13-
],
147
products: [
158
.library(name: "Instrumentation", targets: ["Instrumentation"]),
169
.library(name: "Tracing", targets: ["Tracing"]),

0 commit comments

Comments
 (0)