Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit b954940

Browse files
authored
Track the 5.4 branch instead of a tag. This matches what swift-doc currently has and picks up the necessary change to allow building this on Windows.
1 parent 7a531c1 commit b954940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
// Dependencies declare other packages that this package depends on.
1717
.package(name: "SwiftSyntax",
1818
url: "https://github.com/apple/swift-syntax.git",
19-
.exact("0.50400.0")),
19+
.revision("release/5.4")),
2020
],
2121
targets: [
2222
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)