This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-rocksdb-v9.0.0 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 82ae8bcc283029fe3e12dc16e7a24ddf41e10510 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Tue Mar 19 21:07:31 2024 +0300 Bump rocksdb 9.0.0 --- 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)
