Skip to content

Commit

Permalink
Upgrade libxrpl to 2.2.0-rc3 (#1417)
Browse files Browse the repository at this point in the history
Fixes #1414
  • Loading branch information
godexsoft authored May 21, 2024
1 parent df17b42 commit c569984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/deps/libxrpl.cmake
Original file line number Diff line number Diff line change
@@ -1 +1 @@
find_package(xrpl-tmp REQUIRED CONFIG)
find_package(xrpl REQUIRED CONFIG)
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]

Expand Down
2 changes: 1 addition & 1 deletion src/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ target_link_libraries(
libbacktrace::libbacktrace
fmt::fmt
openssl::openssl
xrpl-tmp::libxrpl
xrpl::libxrpl
Threads::Threads
clio_options
)
Expand Down

0 comments on commit c569984

Please sign in to comment.