Skip to content

Commit

Permalink
Update xrpl version to fix standalone build (#56)
Browse files Browse the repository at this point in the history
* The rest of the code was updated in #54 (89ab7e5) to allow for
  a combined build for the next version of rippled. Unfortunately, this
  broke the standalone build. Point conan at the latest beta so the
  build can work.
* This will need to be updated again after rippled 2.3 is released.
* Resolves #55
  • Loading branch information
ximinez authored Nov 4, 2024
1 parent 89ab7e5 commit 811e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[requires]
xrpl/2.1.0
xrpl/2.3.0-b4

[generators]
CMakeDeps
Expand Down

0 comments on commit 811e2f6

Please sign in to comment.