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.
2 parents e286081 + a69a113 commit e719526Copy full SHA for e719526
Package.swift
@@ -144,7 +144,7 @@ let package = Package(
144
if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
145
// Building standalone.
146
package.dependencies += [
147
- .package(url: "https://github.com/apple/swift-syntax", .revision("swift-5.3-RELEASE")),
+ .package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50300.0")),
148
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
149
]
150
} else {
0 commit comments