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 393fac2c chore: bump cpptrace to v0.7.4 (#2696)
393fac2c is described below

commit 393fac2c931c1ef383cbd3141b7dc00dc46e5a1f
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Dec 22 15:59:33 2024 +0200

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

diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index e32e7790..5857e544 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.3
-  MD5=032eb39d17eb138871a760b1c2f52a74
+  jeremy-rifkin/cpptrace v0.7.4
+  MD5=399b74ac57f7c9e1d9c0601654f1ffd6
 )
 
 if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")

Reply via email to