We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770ed33 commit 7d53d45Copy full SHA for 7d53d45
Package.swift
@@ -183,7 +183,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
183
),
184
.package(
185
url: "https://github.com/apple/swift-syntax",
186
- branch: "swift-5.7-RELEASE"
+ .upToNextMinor(from: "0.50700.0")
187
188
189
url: "https://github.com/apple/swift-tools-support-core.git",
0 commit comments