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

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

commit ae0d05cd5f50c05dbb46c7d2ce87f5f1f5ed1cda
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Jul 1 22:32:04 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 981272e4..42a4e0b2 100644
--- a/cmake/fmt.cmake
+++ b/cmake/fmt.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(fmt
-  fmtlib/fmt 10.2.1
-  MD5=1bba4e8bdd7b0fa98f207559ffa380a3
+  fmtlib/fmt 11.0.0
+  MD5=f690d14b38d0fa473ea414ecf4e9c1a2
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to