Skip to content

Commit 8ddd519

Browse files
authored
Support swift-syntax from 600.0.0-latest (pointfreeco#858)
The Xcode 16 beta generates macro projects using these swift-syntax snapshots. Luckily things seem to be backwards compatible, so we can expand our supported range.
1 parent 837238a commit 8ddd519

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/apple/swift-syntax", "508.0.1"..<"511.0.0")
24+
.package(url: "https://github.com/apple/swift-syntax", "508.0.1"..<"601.0.0")
2525
],
2626
targets: [
2727
.target(

0 commit comments

Comments
 (0)