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)

View File

@@ -25,7 +25,7 @@ class Xrpl(ConanFile):
requires = [
'boost/1.86.0',
'date/3.0.4',
'date/3.0.3',
'libarchive/3.6.0',
'lz4/1.9.3',
'grpc/1.50.1',