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 7f3beaa8 chore: bump fmtlib to 11.1.4 (#2809)
7f3beaa8 is described below
commit 7f3beaa89ae6a87af0fa8b1b5d8aab10a416cbdd
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Fri Feb 28 04:48:12 2025 +0200
chore: bump fmtlib to 11.1.4 (#2809)
Co-authored-by: Twice <[email protected]>
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 86c3f07f..3e304b2f 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.1.3
- MD5=025d213a963e082228dfb7f269b3777a
+ fmtlib/fmt 11.1.4
+ MD5=90667b07f34d91554cf8285ae234ff66
)
FetchContent_MakeAvailableWithArgs(fmt)