This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 44494bef5ecc9aa713297e152b796134b4c971eb Author: Aleks Lozovyuk <[email protected]> AuthorDate: Wed Oct 29 18:56:03 2025 +0300 Update fmt library to version 12.1.0 --- cmake/fmt.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake index d470bf34e..fe260981a 100644 --- a/cmake/fmt.cmake +++ b/cmake/fmt.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(fmt - fmtlib/fmt 12.0.0 - MD5=3fa90363bce77d4ab9c229d4f6757fdf + fmtlib/fmt 12.1.0 + MD5=eeecea0834d5f7cb6430527e90cc8379 ) FetchContent_MakeAvailableWithArgs(fmt)
