This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 5bb2b645c774313f7b05fe4902927230a1c6fe97 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Tue Apr 15 08:42:36 2025 +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 ca401ce25..56b6d7bd2 100644 --- a/cmake/rocksdb.cmake +++ b/cmake/rocksdb.cmake @@ -26,8 +26,8 @@ endif() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(rocksdb - facebook/rocksdb v10.0.1 - MD5=5e78dd76f6c7411eb871f94390ec748f + facebook/rocksdb v10.1.3 + MD5=f983ccc0f9cbbe8c54c6fd651e391720 ) FetchContent_GetProperties(jemalloc)
