fix: use date 3.0.3

This commit is contained in:
Nicholas Dudfield
2025-07-26 18:16:53 +07:00
parent 039aa56fc4
commit 3630732ef4
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ if (NOT TARGET date::date)
FetchContent_Declare(
hh_date_src
GIT_REPOSITORY https://github.com/HowardHinnant/date.git
GIT_TAG v3.0.4
GIT_TAG v3.0.3
)
FetchContent_MakeAvailable(hh_date_src)