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 8ddbd5d6ae4a27bd9ab1dba0a257343553d2aa70 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Thu Jun 18 16:10:34 2026 +0300 Update fmt.cmake --- cmake/fmt.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake index fe260981a..1187bbfd3 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.1.0 - MD5=eeecea0834d5f7cb6430527e90cc8379 + fmtlib/fmt 12.2.0 + MD5=81a12091bbe04b8b5f2d42aa458e36ae ) FetchContent_MakeAvailableWithArgs(fmt)
