This is an automated email from the ASF dual-hosted git repository.
torwig 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 5dcf4f6b3 chore(deps): bump fast_float to 8.2.5 (#3479)
5dcf4f6b3 is described below
commit 5dcf4f6b31ebafd2da57f6b24212c496a3f6871a
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun May 3 17:41:49 2026 +0300
chore(deps): bump fast_float to 8.2.5 (#3479)
Bump fast_float to 8.2.5 (see:
https://github.com/fastfloat/fast_float/releases/tag/v8.2.5)
Changes
- Replace std::min with ternary operators to avoid dependency
---
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