Skip to content

Commit 65138ff

Browse files
authored
[6.0] Switch to official 600.0.0 tag for swift-syntax (#708) (#721)
- **Explanation**: Switch to the official [600.0.0 tag](https://github.com/swiftlang/swift-syntax/releases/tag/600.0.0) for swift-syntax, which was recently created. - **Original PR**: [#651 https://github.com/swiftlang/swift-testing/pull/672](https://github.com/swiftlang/swift-testing/pull/690) - **Risk**: Low - **Testing**: Tested in ci.swift.org - **Reviewer**: @grynspan @briancroom
1 parent 6c447c3 commit 65138ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let package = Package(
3333
],
3434

3535
dependencies: [
36-
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0-latest"),
36+
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "600.0.0"),
3737
],
3838

3939
targets: [

Diff for: Sources/TestingMacros/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ if(SwiftTesting_BuildMacrosAsExecutables)
2929
# swift-syntax.
3030
include(FetchContent)
3131
set(FETCHCONTENT_BASE_DIR ${CMAKE_BINARY_DIR}/_d)
32-
# TODO: Update GIT_TAG to the 6.0 release tag once it is available.
3332
FetchContent_Declare(SwiftSyntax
3433
GIT_REPOSITORY https://github.com/swiftlang/swift-syntax
35-
GIT_TAG 27b74edd5de625d0e399869a5af08f1501af8837)
34+
GIT_TAG cb53fa1bd3219b0b23ded7dfdd3b2baff266fd25) # 600.0.0
3635
FetchContent_MakeAvailable(SwiftSyntax)
3736
endif()
3837

0 commit comments

Comments
 (0)