Upgrade libxrpl to 2.2.0-rc3 (#1417)

Fixes #1414
This commit is contained in:
Alex Kremer
2024-05-21 13:56:53 +01:00
committed by GitHub
parent df17b429c5
commit c56998477c
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
find_package(xrpl-tmp REQUIRED CONFIG)
find_package(xrpl REQUIRED CONFIG)

View File

@@ -28,7 +28,7 @@ class Clio(ConanFile):
'protobuf/3.21.9',
'grpc/1.50.1',
'openssl/1.1.1u',
'xrpl-tmp/2.2.0-rc2',
'xrpl/2.2.0-rc3',
'libbacktrace/cci.20210118'
]

View File

@@ -32,7 +32,7 @@ target_link_libraries(
libbacktrace::libbacktrace
fmt::fmt
openssl::openssl
xrpl-tmp::libxrpl
xrpl::libxrpl
Threads::Threads
clio_options
)