This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-snappy-1.2.1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit ae3db397879cc161871f0ba58233a8be7f8148cf Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed May 22 10:08:09 2024 +0300 Bump Snappy v1.2.1 Patch release, restore ABI incomparability issue --- cmake/snappy.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/snappy.cmake b/cmake/snappy.cmake index 02c3a808..d62a506d 100644 --- a/cmake/snappy.cmake +++ b/cmake/snappy.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(snappy - google/snappy 1.2.0 - MD5=555f4af7472ce585c12709121808a060 + google/snappy 1.2.1 + MD5=b120895e012e097b86bf49e0ef9ca67c ) FetchContent_MakeAvailableWithArgs(snappy
