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.
2 parents 7fc8c67 + b7b13a1 commit 221a6ffCopy full SHA for 221a6ff
Package.swift
@@ -17,7 +17,7 @@ let package = Package(
17
),
18
],
19
dependencies: [
20
- .package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.2"),
+ .package(url: "https://github.com/apple/swift-syntax.git", .upToNextMajor(from: "509.0.2")),
21
22
targets: [
23
.macro(
0 commit comments