Skip to content

Commit 253c109

Browse files
committed
relax swift-syntax version constraint to allow 603
Packages are updating to 603 and this can fail the dependency solver.
1 parent df32a66 commit 253c109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ let package = Package(
4040
.plugin(name: "BridgeJSCommandPlugin", targets: ["BridgeJSCommandPlugin"]),
4141
],
4242
dependencies: [
43-
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"603.0.0")
43+
.package(url: "https://github.com/swiftlang/swift-syntax", "600.0.0"..<"604.0.0")
4444
],
4545
targets: [
4646
.target(

0 commit comments

Comments
 (0)