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 eb6dba5f Bump fmtlib to 10.2.1 (#2081)
eb6dba5f is described below
commit eb6dba5fe8fc4f74d847029ae9d64cdb557e7266
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Feb 1 07:21:30 2024 +0200
Bump fmtlib to 10.2.1 (#2081)
---
cmake/fmt.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake
index 7aa22ffd..981272e4 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.1.1
- MD5=2a91a7d74be8bfd3a19e7e2abbc7c034
+ fmtlib/fmt 10.2.1
+ MD5=1bba4e8bdd7b0fa98f207559ffa380a3
)
FetchContent_MakeAvailableWithArgs(fmt)