10000 Use exact tagged release for swift-syntax dependency on Swift 5.4 (#14) · SwiftDocOrg/SwiftSemantics@88cc496 · GitHub
[go: up one dir, main page]

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

Commit 88cc496

Browse files
authored
Use exact tagged release for swift-syntax dependency on Swift 5.4 (#14)
1 parent dd2786c commit 88cc496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package@swift-5.4.swift

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-
.revision("release/5.4")),
19+
.exact("0.50400.0")),
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)
0