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 42623c11 Bump rocksdb to version 8.6.7 (#1794)
42623c11 is described below
commit 42623c11f5a9bd48d3c9b75379194b0bc09050e8
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Oct 7 03:53:30 2023 +0300
Bump rocksdb to version 8.6.7 (#1794)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index db94a2a2..3cb2910a 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v8.5.4
- MD5=82e33dcc46e2107374e461de7d5f0d71
+ facebook/rocksdb v8.6.7
+ MD5=5c4fad41f39ae3b000b1ded7d81d0f5f
)
FetchContent_GetProperties(jemalloc)