This is an automated email from the ASF dual-hosted git repository.
hulk 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 e7d021c1 chore: bump cpptrace to v0.8.0 (#2796)
e7d021c1 is described below
commit e7d021c1d4240f6d40629a2f942442d660528835
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Feb 23 11:52:37 2025 +0200
chore: bump cpptrace to v0.8.0 (#2796)
Co-authored-by: Twice <[email protected]>
Co-authored-by: hulk <[email protected]>
---
cmake/cpptrace.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index b42b025d..ffee1028 100644
--- a/cmake/cpptrace.cmake
+++ b/cmake/cpptrace.cmake
@@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(cpptrace
- jeremy-rifkin/cpptrace v0.7.5
- MD5=1fa7eeaea1b39afed2fd403a819d2139
+ jeremy-rifkin/cpptrace v0.8.0
+ MD5=764bd4f49fff5625f1fdd265c21948c6
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")