Skip to content

Commit 160af1d

Browse files
committed
swift-tools-version downgrade, from 5.9 to 5.7
1 parent 75aae50 commit 160af1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.9
1+
// swift-tools-version: 5.7
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
@@ -16,7 +16,8 @@ let package = Package(
1616
name: "SFSymbolsGenerator",
1717
dependencies: [
1818
.product(name: "ArgumentParser", package: "swift-argument-parser"),
19-
]
19+
],
20+
path: "Sources/"
2021
),
2122
]
2223
)

0 commit comments

Comments
 (0)