Skip to content

Commit ec338fb

Browse files
committed
Remove macOS version requirement
1 parent 1c9c2b1 commit ec338fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Package.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import PackageDescription
33

44
let package = Package(
55
name: "gsoc-swift-tracing",
6-
platforms: [
7-
.macOS(.v10_15)
8-
],
96
products: [
107
.library(name: "BaggageLogging", targets: ["BaggageLogging"]),
118
.library(name: "Instrumentation", targets: ["Instrumentation"]),

0 commit comments

Comments
 (0)