Skip to content

Commit

Permalink
Upgrade to xrpl 2.2.0-rc2 with temporary fixes (#1413)
Browse files Browse the repository at this point in the history
For #1414
  • Loading branch information
godexsoft authored and kuznetsss committed Jun 18, 2024
1 parent 44550fb commit 4442e5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 REQUIRED CONFIG)
find_package(xrpl-tmp REQUIRED CONFIG)
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ class Clio(ConanFile):
'boost/1.82.0',
'cassandra-cpp-driver/2.17.0',
'fmt/10.1.1',
'protobuf/3.21.12',
'protobuf/3.21.9',
'grpc/1.50.1',
'openssl/1.1.1u',
'xrpl/2.2.0-b1',
'xrpl-tmp/2.2.0-rc2',
'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::libxrpl
xrpl-tmp::libxrpl
Threads::Threads
clio_options
)
Expand Down

0 comments on commit 4442e5d

Please sign in to comment.