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 13327114 Bump rocksdb to 8.5.4 (#1786)
13327114 is described below
commit 13327114aac51ea24939e9af581e43a2554c7065
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Sep 27 14:58:03 2023 +0300
Bump rocksdb to 8.5.4 (#1786)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index 6c9e0305..db94a2a2 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v8.3.3
- MD5=3a85024ee6eeb668df7ff0af3bfc4ca9
+ facebook/rocksdb v8.5.4
+ MD5=82e33dcc46e2107374e461de7d5f0d71
)
FetchContent_GetProperties(jemalloc)