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

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

commit e502d3a077573c831f3b3e5f1a31dac616d252a0
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Jul 22 12:19:36 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 b5cc7c28..dcf19f44 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.1
-  MD5=6ca210c0a9e751705bacff468dd55ee1
+  fmtlib/fmt 11.0.2
+  MD5=6e20923e12c4b78a99e528c802f459ef
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to