This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 08ac051e6ecd8822ef1eb4b9cea447e08bb186a2 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Sun Jan 26 22:11:13 2025 +0300 Update fmt.cmake --- cmake/fmt.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake index 63e9952a..86c3f07f 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.2 - MD5=51d22757327a07efeae326a6ce4c66a4 + fmtlib/fmt 11.1.3 + MD5=025d213a963e082228dfb7f269b3777a ) FetchContent_MakeAvailableWithArgs(fmt)
