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 92df2b80 chore: Bump cpptrace to v0.6.2 (#2372)
92df2b80 is described below
commit 92df2b802cec24790a35ebee09f45e8c5beedc81
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Jun 20 17:47:57 2024 +0300
chore: Bump cpptrace to v0.6.2 (#2372)
---
cmake/cpptrace.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index 11baef53..370198be 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.1
- MD5=246eb8d730b44373573783f218bd3b01
+ jeremy-rifkin/cpptrace v0.6.2
+ MD5=b13786adcc1785cb900746ea96c50bee
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")