Skip to content

Commit d010954

Browse files
authored
Merge pull request #362 from kkebo/main
[pull] wasm32-wasi from main
2 parents a635ecf + f2b8d75 commit d010954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var targets: [Target] = [
100100
"_SwiftFormatInstructionCounter",
101101
"SwiftFormat",
102102
.product(name: "ArgumentParser", package: "swift-argument-parser"),
103-
] + swiftSyntaxDependencies(["SwiftParser", "SwiftSyntax"]),
103+
] + swiftSyntaxDependencies(["SwiftDiagnostics", "SwiftParser", "SwiftSyntax"]),
104104
exclude: ["CMakeLists.txt"],
105105
linkerSettings: swiftformatLinkSettings
106106
),

0 commit comments

Comments
 (0)