This is an automated email from the ASF dual-hosted git repository.
torwig 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 f2c42334 chore: Bump cpptrace to v0.7.2 (#2585)
f2c42334 is described below
commit f2c423348d7bb3b475d988559068ba8e2697d497
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Oct 7 12:09:58 2024 +0300
chore: Bump cpptrace to v0.7.2 (#2585)
---
cmake/cpptrace.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index 0357f41b..a8d76b84 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.1
- MD5=8b62f5d3033ab59146cb1fd3ca89d859
+ jeremy-rifkin/cpptrace v0.7.2
+ MD5=4d992a22ddb80300fa2ddac097a5ce51
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")