File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ let package = Package(
33
33
] ,
34
34
35
35
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 " ) ,
37
37
] ,
38
38
39
39
targets: [
Original file line number Diff line number Diff line change @@ -29,10 +29,9 @@ if(SwiftTesting_BuildMacrosAsExecutables)
29
29
# swift-syntax.
30
30
include (FetchContent)
31
31
set (FETCHCONTENT_BASE_DIR ${CMAKE_BINARY_DIR} /_d)
32
- # TODO: Update GIT_TAG to the 6.0 release tag once it is available.
33
32
FetchContent_Declare(SwiftSyntax
34
33
GIT_REPOSITORY https://github.com/swiftlang/swift-syntax
35
- GIT_TAG 27b74edd5de625d0e399869a5af08f1501af8837)
34
+ GIT_TAG cb53fa1bd3219b0b23ded7dfdd3b2baff266fd25) # 600.0.0
36
35
FetchContent_MakeAvailable(SwiftSyntax)
37
36
endif ()
38
37
You can’t perform that action at this time.
0 commit comments