This is an automated email from the ASF dual-hosted git repository.

aleksraiden pushed a commit to branch aleksraiden-patch-2
in repository https://gitbox.apache.org/repos/asf/kvrocks.git

commit 366dc1e5d841bcc4b49ebb30b5691731c3c8f48a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Sep 18 09:33:12 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 0cfa68e8a..d470bf34e 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.2.0
-  MD5=feeba3828e393f7dec473052bf0eef97
+  fmtlib/fmt 12.0.0
+  MD5=3fa90363bce77d4ab9c229d4f6757fdf
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to