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 25ce3a2 + 58e4645 commit 8f2dd1eCopy full SHA for 8f2dd1e
CodeGeneration/Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.executable(name: "generate-swift-syntax", targets: ["generate-swift-syntax"])
13
],
14
dependencies: [
15
- .package(url: "https://github.com/apple/swift-syntax", from: "509.0.0"),
+ .package(url: "https://github.com/apple/swift-syntax", from: "510.0.0"),
16
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
17
18
targets: [
0 commit comments