Skip to content

Commit a9e496f

Browse files
authored
Allow swift-syntax 602
2 parents 756bb7e + 9418785 commit a9e496f

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
@@ -18,7 +18,7 @@ func makeSwiftSyntaxDependency() -> [Package.Dependency] {
1818
syntaxUrl = useSwiftSyntaxXcf ? xcFrameworksRepo : officialSyntaxRepo
1919
#endif
2020

21-
return [.package(url: syntaxUrl, from: "601.0.1")]
21+
return [.package(url: syntaxUrl, "601.0.1" ..< "603.0.0")]
2222
}
2323

2424
func makeSwiftSyntaxTargetDependencies() -> [Target.Dependency] {

0 commit comments

Comments
 (0)