This is an automated email from the ASF dual-hosted git repository.
hulk 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 25888b26 chore: bump fmtlib to 11.1.0 (#2698)
25888b26 is described below
commit 25888b2682f08f8752f6994945e98c093bba5783
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Dec 27 04:11:18 2024 +0200
chore: bump fmtlib to 11.1.0 (#2698)
---
cmake/fmt.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index dcf19f44..b72dadc5 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.2
- MD5=6e20923e12c4b78a99e528c802f459ef
+ fmtlib/fmt 11.1.0
+ MD5=9f7476145f4457538218ea8ff177c5f0
)
FetchContent_MakeAvailableWithArgs(fmt)