Skip to content

Commit c14047a

Browse files
authored
The TSC dependency should reference the 5.3 release branch (#2931)
1 parent cdc22da commit c14047a

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
@@ -247,7 +247,7 @@ if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
247247

248248
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
249249
package.dependencies += [
250-
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("master")),
250+
.package(url: "https://github.com/apple/swift-tools-support-core.git", .branch("release/5.3")),
251251
]
252252
} else {
253253
package.dependencies += [

0 commit comments

Comments
 (0)