Skip to content

Commit

Permalink
SwiftSyntax-dependency-fix (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaiMazai authored Sep 18, 2024
1 parent 0a930cd commit 749fc08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
url: "https://github.com/apple/swift-collections.git",
.upToNextMajor(from: "1.1.0")
),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0")
.package(url: "https://github.com/apple/swift-syntax.git", "509.0.0"..<"600.0.0")
],
targets: [
.macro(
Expand Down

0 comments on commit 749fc08

Please sign in to comment.