Skip to content

Commit c4b7d2a

Browse files
committed
Update simdjson to 4.2.3
1 parent c6d6d63 commit c4b7d2a

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
@@ -124,7 +124,7 @@ endif()
124124
FetchContent_Declare(
125125
simdjson
126126
GIT_REPOSITORY https://github.com/simdjson/simdjson
127-
GIT_TAG v4.2.1)
127+
GIT_TAG v4.2.3)
128128
FetchContent_GetProperties(simdjson)
129129
if(NOT simdjson_POPULATED)
130130
FetchContent_MakeAvailable(simdjson)

0 commit comments

Comments
 (0)