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 9b36a0a8 Bump rocksdb to 8.10.0 (#2005)
9b36a0a8 is described below

commit 9b36a0a871c07c82e3f73685d2d55beb86fafb39
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Jan 13 09:28:11 2024 +0200

    Bump rocksdb to 8.10.0 (#2005)
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 8890627d..bd05eb35 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v8.9.1
-  MD5=88f8d12c3d9ba10ddade370e0f12a010
+  facebook/rocksdb v8.10.0
+  MD5=ed06e98fae30c29cceacbfd45a316f06
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to