Skip to content

Commit c22420f

Browse files
authored
Add swift-syntax version comment to Package manifest (#27)
1 parent 75dcfc6 commit c22420f

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
@@ -25,7 +25,7 @@ let package = Package(
2525
dependencies: [
2626
.package(
2727
url: "https://github.com/apple/swift-syntax.git",
28-
exact: "600.0.0"
28+
exact: "600.0.0" // Must match SwiftSyntaxSugar's swift-syntax version
2929
),
3030
.package(
3131
url: "https://github.com/fetch-rewards/SwiftSyntaxSugar.git",

0 commit comments

Comments
 (0)