Skip to content

Commit 0e09ae6

Browse files
committed
It was merged prematurely and is causing breaks in other projects.
1 parent 549c96f commit 0e09ae6

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
@@ -5,7 +5,7 @@ import class Foundation.ProcessInfo
55
let package = Package(
66
name: "swift-driver",
77
platforms: [
8-
.macOS(.v10_13),
8+
.macOS(.v10_10),
99
],
1010
products: [
1111
.executable(

0 commit comments

Comments
 (0)