Skip to content

Commit 00e10d4

Browse files
authored
[package] Update to standalone TSC
1 parent 023069c commit 00e10d4

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
@@ -103,7 +103,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
103103
]
104104
} else {
105105
package.dependencies += [
106-
.package(path: "../swiftpm/swift-tools-support-core"),
106+
.package(path: "../swift-tools-support-core"),
107107
.package(path: "../yams"),
108108
.package(path: "../swift-argument-parser"),
109109
]

0 commit comments

Comments
 (0)