This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-rocksdb-9.1.0 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 54f934c90892af7ea75c52d669ad3629e3431df8 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Thu Apr 18 22:32:58 2024 +0300 Update rocksdb.cmake --- cmake/rocksdb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake index 225c2e03..e820be24 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -26,8 +26,8 @@ endif() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(rocksdb - facebook/rocksdb v9.0.0 - MD5=ce5630234491f81fc8d180b327d39ef5 + facebook/rocksdb v9.1.0 + MD5=7fb69aca6c9c08dad509af98ee40846b ) FetchContent_GetProperties(jemalloc)
