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 1bd35eeb chore: bump fmtlib to v11.1.1 (#2699) 1bd35eeb is described below commit 1bd35eeb4ee420177c7e7b6cbc1b24485278f829 Author: Aleks Lozovyuk <aleks.rai...@gmail.com> AuthorDate: Sat Dec 28 18:01:52 2024 +0200 chore: bump fmtlib to v11.1.1 (#2699) --- cmake/fmt.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/fmt.cmake b/cmake/fmt.cmake index b72dadc5..0bf8ba84 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.0 - MD5=9f7476145f4457538218ea8ff177c5f0 + fmtlib/fmt 11.1.1 + MD5=887c59024c43ce2cd37296c3fe3fc164 ) FetchContent_MakeAvailableWithArgs(fmt)