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 1d5e3df8 Bump speedb to 2.7.0 (#1857)
1d5e3df8 is described below
commit 1d5e3df80c271ae33dffd5d2c4ea59ccc52458f9
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Oct 26 12:53:37 2023 +0300
Bump speedb to 2.7.0 (#1857)
---
cmake/speedb.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/speedb.cmake b/cmake/speedb.cmake
index 4d172c63..fccd1ecd 100644
--- a/cmake/speedb.cmake
+++ b/cmake/speedb.cmake
@@ -26,8 +26,8 @@ endif()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(speedb
- speedb-io/speedb speedb/v2.6.0
- MD5=caf1bb6f67c79455a8da3c9986ceacc2
+ speedb-io/speedb speedb/v2.7.0
+ MD5=9603a0921deb4e3cd9046cf7e9288485
)
FetchContent_GetProperties(jemalloc)