From be56541d415bfd4ce460c7a23c576dda398cdf83 Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Thu, 4 Apr 2024 11:53:54 -0700 Subject: [PATCH] fix Conan component reference typo --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 4574ba20d..6e1a0a0a5 100644 --- a/conanfile.py +++ b/conanfile.py @@ -162,5 +162,5 @@ class Xrpl(ConanFile): 'openssl::crypto', 'date::date', 'grpc::grpc++', - 'xxHash::xxhash', + 'xxhash::xxhash', ]