Skip to content

Commit e719526

Browse files
authored
Merge pull request #235 from allevato/swift-5.3-swiftsyntax-release
Use swift-syntax version 0.50300.0.
2 parents e286081 + a69a113 commit e719526

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
@@ -144,7 +144,7 @@ let package = Package(
144144
if getenv("SWIFTCI_USE_LOCAL_DEPS") == nil {
145145
// Building standalone.
146146
package.dependencies += [
147-
.package(url: "https://github.com/apple/swift-syntax", .revision("swift-5.3-RELEASE")),
147+
.package(url: "https://github.com/apple/swift-syntax", .upToNextMinor(from: "0.50300.0")),
148148
.package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.3.1")),
149149
]
150150
} else {

0 commit comments

Comments
 (0)