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 55c55e7a Bump rocksdb to v8.9.1 (#1933)
55c55e7a is described below
commit 55c55e7a80989f4c7867be249218b97375715b4c
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Dec 13 13:15:49 2023 +0200
Bump rocksdb to v8.9.1 (#1933)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 7a8a5d7d..8890627d 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v8.8.1
- MD5=15cd02d457b35da07947113de5304270
+ facebook/rocksdb v8.9.1
+ MD5=88f8d12c3d9ba10ddade370e0f12a010
)
FetchContent_GetProperties(jemalloc)