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 35f2548a12c057b211d925a50f8d7a08424f0541
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Dec 26 14:39:35 2024 +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 dcf19f44..b72dadc5 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.0.2
-  MD5=6e20923e12c4b78a99e528c802f459ef
+  fmtlib/fmt 11.1.0
+  MD5=9f7476145f4457538218ea8ff177c5f0
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to