From cbc494d8947e53859f7dafec7df8de43c5c4940a Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Wed, 30 Oct 2024 13:59:03 -0400 Subject: [PATCH] Update xrpl version to fix standalone build * 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. --- conanfile.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.txt b/conanfile.txt index 1dcbecb..622befa 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,5 +1,5 @@ [requires] -xrpl/2.1.0 +xrpl/2.3.0-b4 [generators] CMakeDeps