This is an automated email from the ASF dual-hosted git repository. aleksraiden pushed a commit to branch aleksraiden-patch-3 in repository https://gitbox.apache.org/repos/asf/kvrocks.git
commit 074fc2a057862b49b78f90756fb1fd454b2f8606 Author: Aleks Lozovyuk <[email protected]> AuthorDate: Sun May 3 11:35:11 2026 +0300 Update fast_float version to 8.2.5 --- cmake/fast_float.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/fast_float.cmake b/cmake/fast_float.cmake index 8638a4a85..0962fb4ce 100644 --- a/cmake/fast_float.cmake +++ b/cmake/fast_float.cmake @@ -20,8 +20,8 @@ include_guard() include(cmake/utils.cmake) FetchContent_DeclareGitHubWithMirror(fast_float - fastfloat/fast_float v8.2.4 - MD5=0744790f2d40c9a2e5ef021476e59796 + fastfloat/fast_float v8.2.5 + MD5=bccfd5f1338be8a02a2ffc553aecce98 ) FetchContent_MakeAvailableWithArgs(fast_float
