Skip to content

Commit f5beac5

Browse files
committed
Allow compilation against syntax 600
Seems to compile fine, should work w/ all 509...600.
1 parent 97921f6 commit f5beac5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ let package = Package(
1616
.library(name: "ManagedModels", targets: [ "ManagedModels" ])
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
19+
.package(url: "https://github.com/swiftlang/swift-syntax.git",
20+
"509.0.0"..<"600.0.1")
2021
],
2122
targets: [
2223
.target(

0 commit comments

Comments
 (0)