This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-cpptrace-102 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit fb1383491fb8341555d6f5efc0f96a65e3c02aa2 Author: Aleks Lozovyuk <aleks.rai...@gmail.com> AuthorDate: Wed Jun 25 12:08:43 2025 +0300 Update cpptrace.cmake --- cmake/cpptrace.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake index cc69d694c..3750d8dc9 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 v1.0.0 - MD5=de5f963b477916505cface0e11806f1d + jeremy-rifkin/cpptrace v1.0.2 + MD5=9174091a2fe1dbceb8e181ae83b6abd7 ) if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")