From 811e2f69a7d04216f3be4d434cee1a5e088f7409 Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Mon, 4 Nov 2024 17:33:04 -0500 Subject: [PATCH] Update xrpl version to fix standalone build (#56) * 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 --- 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