Skip to content

Commit 3cc5a3c

Browse files
committed
Support swift-syntax version <603.0.0
1 parent 9454715 commit 3cc5a3c

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ let package = Package(
1818
dependencies: [
1919
.package(
2020
url: "https://github.com/swiftlang/swift-syntax.git",
21-
"509.0.0"..<"603.0.0"
21+
"509.0.0"..<"604.0.0"
2222
),
2323
.package(
2424
url: "https://github.com/p-x9/swift-literal-type-inference.git",
25-
from: "0.5.0"
25+
from: "0.6.0"
2626
),
2727
.package(
2828
url: "https://github.com/p-x9/swift-object-association.git",

0 commit comments

Comments
 (0)