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 1d933455 chore: bump rocksdb to v9.10.0 (#2705)
1d933455 is described below
commit 1d933455dc1e2e911c48a4cbc1ef2a52bbb4b1b9
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Jan 3 04:25:52 2025 +0200
chore: bump rocksdb to v9.10.0 (#2705)
---
cmake/rocksdb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/rocksdb.cmake b/cmake/rocksdb.cmake
index f85ab8f6..f7412a59 100644
--- a/cmake/rocksdb.cmake
+++ b/cmake/rocksdb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(rocksdb
- facebook/rocksdb v9.9.3
- MD5=c93f55998866a1043bb62d218f79db43
+ facebook/rocksdb v9.10.0
+ MD5=ccc55dbd6f89d41c5bf2cb5a4c83a714
)
FetchContent_GetProperties(jemalloc)