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 f3c46b4a chore: bump cpptrace to v0.7.5 (#2709)
f3c46b4a is described below

commit f3c46b4a69e9d729b3a5864ee149fe22eefc5419
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Jan 5 14:52:12 2025 +0200

    chore: bump cpptrace to v0.7.5 (#2709)
---
 cmake/cpptrace.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index 5857e544..b42b025d 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.4
-  MD5=399b74ac57f7c9e1d9c0601654f1ffd6
+  jeremy-rifkin/cpptrace v0.7.5
+  MD5=1fa7eeaea1b39afed2fd403a819d2139
 )
 
 if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")

Reply via email to