This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new de64c47f chore: bump lz4 to v1.10.0 (#2441)
de64c47f is described below

commit de64c47f21fbcad3a5c4f1d3f8303f3e6782beee
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Jul 24 13:00:57 2024 +0300

    chore: bump lz4 to v1.10.0 (#2441)
---
 cmake/lz4.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/lz4.cmake b/cmake/lz4.cmake
index a89c5086..ccf37af7 100644
--- a/cmake/lz4.cmake
+++ b/cmake/lz4.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(lz4
-  lz4/lz4 v1.9.4
-  MD5=9c6b76f71921dd986468dcde7c095793
+  lz4/lz4 v1.10.0
+  MD5=0ef5a1dfd7fe28c246275c043531165d
 )
 
 FetchContent_GetProperties(lz4)

Reply via email to