From e0afbb3e7107144e4224bccaa9409886851facef Mon Sep 17 00:00:00 2001 From: Andrew Watt Date: Tue, 1 Oct 2024 18:21:22 -0700 Subject: [PATCH] feat: extend supported versions of swift-syntax --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 352115c7..e6af4c44 100644 --- a/Package.swift +++ b/Package.swift @@ -60,7 +60,7 @@ let package = Package( .package(url: "https://github.com/ReactiveCocoa/ReactiveSwift.git", from: "7.1.1"), .package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.6.0"), .package(url: "https://github.com/nicklockwood/SwiftFormat", exact: "0.54.0"), - .package(url: "https://github.com/swiftlang/swift-syntax", from: "509.0.0"), + .package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"), .package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.1.0"), .package(url: "https://github.com/pointfreeco/swift-identified-collections", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"),