From de6c17797fb63bf16104236382e4625dc00a2d0b Mon Sep 17 00:00:00 2001 From: Alex Kremer Date: Mon, 11 Nov 2024 13:37:57 +0000 Subject: [PATCH] chore: Upgrade conan to use new `libxrpl` (#1724) Forgotten part for #1718 --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 22c58e772..4411d3ef5 100644 --- a/conanfile.py +++ b/conanfile.py @@ -28,7 +28,7 @@ class Clio(ConanFile): 'protobuf/3.21.9', 'grpc/1.50.1', 'openssl/1.1.1u', - 'xrpl/2.3.0-b4', + 'xrpl/2.3.0-rc1', 'libbacktrace/cci.20210118' ]