Skip to content

Commit 284912e

Browse files
authored
Merge pull request #76 from slashmo/remove-macos-requirement
Remove macOS version requirement
2 parents 5dd0321 + ec338fb commit 284912e

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)