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 5ff2d540 chore: Bump fmtlib to 11.0.1 (#2394)
5ff2d540 is described below
commit 5ff2d5407e8b4d3a5a7264d32d60e29399de0568
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sat Jul 6 17:00:19 2024 +0300
chore: Bump fmtlib to 11.0.1 (#2394)
---
cmake/fmt.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index 42a4e0b2..b5cc7c28 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.0
- MD5=f690d14b38d0fa473ea414ecf4e9c1a2
+ fmtlib/fmt 11.0.1
+ MD5=6ca210c0a9e751705bacff468dd55ee1
)
FetchContent_MakeAvailableWithArgs(fmt)