We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f1f97 commit 338957bCopy full SHA for 338957b
Package.swift
@@ -19,7 +19,7 @@ let package = Package(
19
),
20
],
21
dependencies: [
22
- .package(url: "https://github.com/apple/swift-syntax.git", exact: "510.0.2"),
+ .package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "600.0.1")),
23
24
targets: [
25
.macro(
0 commit comments