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 1dbd7d3c chore: bump cpptrace to v0.7.3 (#2670)
1dbd7d3c is described below
commit 1dbd7d3cb3c7c9b86b031b2104358c3ee93fb618
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Nov 17 16:56:14 2024 +0200
chore: bump cpptrace to v0.7.3 (#2670)
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 a8d76b84..e32e7790 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.2
- MD5=4d992a22ddb80300fa2ddac097a5ce51
+ jeremy-rifkin/cpptrace v0.7.3
+ MD5=032eb39d17eb138871a760b1c2f52a74
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")