This is an automated email from the ASF dual-hosted git repository.
twice 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 3d6e8aae chore: bump xxhash to v0.8.3 (#2700)
3d6e8aae is described below
commit 3d6e8aaee701702cf0270eae6d4955c338f0558f
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Dec 30 12:14:14 2024 +0200
chore: bump xxhash to v0.8.3 (#2700)
---
cmake/xxhash.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/xxhash.cmake b/cmake/xxhash.cmake
index 3330e9c0..95b802f9 100644
--- a/cmake/xxhash.cmake
+++ b/cmake/xxhash.cmake
@@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(xxhash
- Cyan4973/xxHash v0.8.2
- MD5=4b793d916f9b8e4ceb984a00e356bdb2
+ Cyan4973/xxHash v0.8.3
+ MD5=19b919a066c28a9121dd9767e01d0c71
)
FetchContent_GetProperties(xxhash)