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 24a9979f Bump fmtlib to version 10.1.0 (#1672)
24a9979f is described below

commit 24a9979f8be7c1ed6f758a4de5c098ff71ae71fe
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Aug 13 05:05:51 2023 +0300

    Bump fmtlib to version 10.1.0 (#1672)
---
 cmake/fmt.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index 59c37b3e..effd0a3a 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.0.0
-  MD5=89eafbfa3dba82054fb2034644015396
+  fmtlib/fmt 10.1.0
+  MD5=843ebaae55a64a1bff6078e1ead30f1f
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to