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

tison 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 70581d00 Bump rocksdb to v9.0.0 (#2182)
70581d00 is described below

commit 70581d0097e0203ff516e8803adde14deac4cb50
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Apr 9 16:37:38 2024 +0300

    Bump rocksdb to v9.0.0 (#2182)
    
    Co-authored-by: hulk <[email protected]>
    Co-authored-by: tison <[email protected]>
---
 cmake/rocksdb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 6a150fc5..225c2e03 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(rocksdb
-  facebook/rocksdb v8.11.3
-  MD5=6b1faf94b3880913725ddb09ab60d7a6
+  facebook/rocksdb v9.0.0
+  MD5=ce5630234491f81fc8d180b327d39ef5
 )
 
 FetchContent_GetProperties(jemalloc)

Reply via email to