This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-4 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit f59c342b65e7083cb18e5dcb03906b38a19bfd26 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Sun May 4 11:47:21 2025 +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 3e304b2ff..0cfa68e8a 100644 --- a/cmake/fmt.cmake +++ b/cmake/fmt.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(fmt - fmtlib/fmt 11.1.4 - MD5=90667b07f34d91554cf8285ae234ff66 + fmtlib/fmt 11.2.0 + MD5=feeba3828e393f7dec473052bf0eef97 ) FetchContent_MakeAvailableWithArgs(fmt)
