We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d964f81 commit a40fa12Copy full SHA for a40fa12
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
.package(url: "https://github.com/FluidGroup/TextureSwiftSupport.git", from: "3.20.1"),
19
.package(url: "https://github.com/FluidGroup/swiftui-support", from: "0.4.1"),
20
.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"),
+ .package(url: "https://github.com/swiftlang/swift-syntax.git", "600.0.0"..<"603.0.0"),
22
.package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.5.2"),
23
],
24
targets: [
0 commit comments