Skip to content

Commit c0cf9d5

Browse files
committed
build: update the pinned version of swift-argument-parser
Update the pinned version of swift-argument-parser in the CMakeLists.txt. This fully migrates the package over to the new swift-argument-parser release.
1 parent 1670905 commit c0cf9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if(NOT ArgumentParser_FOUND)
5656
message("-- Vending swift-argument-parser")
5757
FetchContent_Declare(ArgumentParser
5858
GIT_REPOSITORY https://github.com/apple/swift-argument-parser
59-
GIT_TAG 1.2.3)
59+
GIT_TAG 1.5.1)
6060
list(APPEND VendoredDependencies ArgumentParser)
6161
endif()
6262

0 commit comments

Comments
 (0)