mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
fix: use date 3.0.3
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user