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 111d4e8f chore: Bump cpptrace to v0.7.0 (#2501)
111d4e8f is described below
commit 111d4e8f17958696b67b7ff2d342f9826da29c05
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Aug 23 14:00:23 2024 +0300
chore: Bump cpptrace to v0.7.0 (#2501)
---
cmake/cpptrace.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index 6d2bf9a3..fedb6fd3 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.6.3
- MD5=32f3c0087c676f3d96df4d53e42ca5e9
+ jeremy-rifkin/cpptrace v0.7.0
+ MD5=d897c48f5bf96134109f7e6716f2fd31
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")