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 28fc474b chore: bump cpptrace to v0.7.1 (#2536)
28fc474b is described below
commit 28fc474b2aa63410dbf9da0c03a4f987fdb518b1
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Sep 15 14:50:51 2024 +0300
chore: bump cpptrace to v0.7.1 (#2536)
Co-authored-by: Twice <[email protected]>
---
cmake/cpptrace.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index fedb6fd3..0357f41b 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.0
- MD5=d897c48f5bf96134109f7e6716f2fd31
+ jeremy-rifkin/cpptrace v0.7.1
+ MD5=8b62f5d3033ab59146cb1fd3ca89d859
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")