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 d7bfa67a chore: bump fmtlib to 11.1.2 (#2720)
d7bfa67a is described below
commit d7bfa67a5f932052a38517b0cc98592f0c1c0a53
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Mon Jan 13 14:27:34 2025 +0200
chore: bump fmtlib to 11.1.2 (#2720)
---
cmake/fmt.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index 0bf8ba84..63e9952a 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.1
- MD5=887c59024c43ce2cd37296c3fe3fc164
+ fmtlib/fmt 11.1.2
+ MD5=51d22757327a07efeae326a6ce4c66a4
)
FetchContent_MakeAvailableWithArgs(fmt)