Skip to content

Commit 5dcf4f6

Browse files
authored
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
1 parent e23fdb4 commit 5dcf4f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/fast_float.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ include_guard()
2020
include(cmake/utils.cmake)
2121

2222
FetchContent_DeclareGitHubWithMirror(fast_float
23-
fastfloat/fast_float v8.2.4
24-
MD5=0744790f2d40c9a2e5ef021476e59796
23+
fastfloat/fast_float v8.2.5
24+
MD5=bccfd5f1338be8a02a2ffc553aecce98
2525
)
2626

2727
FetchContent_MakeAvailableWithArgs(fast_float

0 commit comments

Comments
 (0)