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 40be51ed chore: bump cpptrace to v0.6.3 (#2412)
40be51ed is described below
commit 40be51ed14ad810fe84142b59d28b81dfac0ace2
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jul 16 15:35:27 2024 +0300
chore: bump cpptrace to v0.6.3 (#2412)
Co-authored-by: Twice <[email protected]>
---
cmake/cpptrace.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index 370198be..6d2bf9a3 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.2
- MD5=b13786adcc1785cb900746ea96c50bee
+ jeremy-rifkin/cpptrace v0.6.3
+ MD5=32f3c0087c676f3d96df4d53e42ca5e9
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")