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 9ef83f34 chore: bump cpptrace to v0.6.1 (#2363)
9ef83f34 is described below
commit 9ef83f349baea553afad43acf00ac7cfa08a5ad1
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Wed Jun 12 16:46:18 2024 +0300
chore: bump cpptrace to v0.6.1 (#2363)
---
cmake/cpptrace.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/cpptrace.cmake b/cmake/cpptrace.cmake
index 5fc0189e..11baef53 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.0
- MD5=924df247ba4a151d243130060c2c0a04
+ jeremy-rifkin/cpptrace v0.6.1
+ MD5=246eb8d730b44373573783f218bd3b01
)
if (SYMBOLIZE_BACKEND STREQUAL "libbacktrace")