Skip to content

Commit a40fa12

Browse files
authored
Update Package.swift
1 parent d964f81 commit a40fa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
.package(url: "https://github.com/FluidGroup/TextureSwiftSupport.git", from: "3.20.1"),
1919
.package(url: "https://github.com/FluidGroup/swiftui-support", from: "0.4.1"),
2020
.package(url: "https://github.com/FluidGroup/ResultBuilderKit", from: "1.3.0"),
21-
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "602.0.0"),
21+
.package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"603.0.0"),
2222
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.5.2"),
2323
],
2424
targets: [

0 commit comments

Comments
 (0)