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

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new 6b23c5ac chore: bump fmtlib to v11.0.2 (#2440)
6b23c5ac is described below

commit 6b23c5ac2cf17558d167a3305c8f10ecb944637f
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Jul 22 16:33:39 2024 +0300

    chore: bump fmtlib to v11.0.2 (#2440)
---
 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