This is an automated email from the ASF dual-hosted git repository.
twice 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 9d65dcee chore: bump rocksdb to v9.2.1 (#2327)
9d65dcee is described below
commit 9d65dcee4f30fe0de93e2f0af4bb5d492d9faa1a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Jun 3 14:57:48 2024 +0300
chore: bump rocksdb to v9.2.1 (#2327)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 225c2e03..8b2ff67c 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.2.1
+ MD5=b03db4c602754a2c50aa2967fd07a2a7
)
FetchContent_GetProperties(jemalloc)