This is an automated email from the ASF dual-hosted git repository.
tison 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 7ed512e8 chore: Bump fmtlib to 11.0.0. (#2391)
7ed512e8 is described below
commit 7ed512e835201abe3f68f3c795dabb13acdc6733
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jul 2 20:46:34 2024 +0300
chore: Bump fmtlib to 11.0.0. (#2391)
Co-authored-by: hulk <[email protected]>
---
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)