Skip to content

Commit 6f8ed1a

Browse files
committed
Update swift-syntax to tagged Swift 5.5 release
1 parent ad37831 commit 6f8ed1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let swiftSyntaxVersion: Package.Dependency.Requirement = {
1616
Please check https://github.com/theos/Orion for progress updates.
1717
""")
1818
#elseif swift(>=5.5)
19-
return .branch("release/5.5-05142021")
19+
return .exact("0.50500.0")
2020
#elseif swift(>=5.4)
2121
return .exact("0.50400.0")
2222
#elseif swift(>=5.3)

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let swiftSyntaxVersion: Package.Dependency.Requirement = {
1616
Please check https://github.com/theos/Orion for progress updates.
1717
""")
1818
#elseif swift(>=5.5)
19-
return .branch("release/5.5-05142021")
19+
return .exact("0.50500.0")
2020
#elseif swift(>=5.4)
2121
return .exact("0.50400.0")
2222
#elseif swift(>=5.3)

0 commit comments

Comments
 (0)