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 756bb7e + 9418785 commit a9e496fCopy full SHA for a9e496f
Package.swift
@@ -18,7 +18,7 @@ func makeSwiftSyntaxDependency() -> [Package.Dependency] {
18
syntaxUrl = useSwiftSyntaxXcf ? xcFrameworksRepo : officialSyntaxRepo
19
#endif
20
21
- return [.package(url: syntaxUrl, from: "601.0.1")]
+ return [.package(url: syntaxUrl, "601.0.1" ..< "603.0.0")]
22
}
23
24
func makeSwiftSyntaxTargetDependencies() -> [Target.Dependency] {
0 commit comments