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

binbin 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 8b90c383 Bump fmtlib to version 10.1.1 (#1707)
8b90c383 is described below

commit 8b90c383516e12ddb6653bd9563ea30f00a73ec4
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Aug 29 13:00:28 2023 +0300

    Bump fmtlib to version 10.1.1 (#1707)
    
    - Added formatters for std::atomic and atomic_flag
    - Fix a lot of bug and warning in C++20
    
    Full release notice - https://github.com/fmtlib/fmt/releases/tag/10.1.1
---
 cmake/fmt.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index effd0a3a..7aa22ffd 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.1.0
-  MD5=843ebaae55a64a1bff6078e1ead30f1f
+  fmtlib/fmt 10.1.1
+  MD5=2a91a7d74be8bfd3a19e7e2abbc7c034
 )
 
 FetchContent_MakeAvailableWithArgs(fmt)

Reply via email to