Skip to content

Commit 4f9b5b4

Browse files
committed
updated fast_float
1 parent 43b6f6c commit 4f9b5b4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

subprojects/fast_float.wrap

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
[wrap-file]
6-
source_url = https://github.com/fastfloat/fast_float/archive/refs/tags/v8.0.0.tar.gz
7-
source_filename = fast_float-v8.0.0.tar.gz
8-
#source_hash = 8c017d31e9a324fdde4ff26c6c0206fc618addbd71491e76da0d7b038c4bf6d0
9-
source_hash = f312f2dc34c61e665f4b132c0307d6f70ad9420185fa831911bc24408acf625d
10-
directory = fast_float-8.0.0
6+
source_url = https://github.com/fastfloat/fast_float/archive/refs/tags/v8.0.2.tar.gz
7+
source_filename = fast_float-v8.0.2.tar.gz
8+
source_hash = e14a33089712b681d74d94e2a11362643bd7d769ae8f7e7caefe955f57f7eacd
9+
directory = fast_float-8.0.2
1110
patch_directory = fast_float
1211

1312
[provide]

subprojects/packagefiles/fast_float/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
project(
77
'fast_float', ['cpp'],
88
default_options: ['cpp_std=c++20'],
9-
version: '8.0.0',
9+
version: '8.0.2',
1010
)
1111

1212
fast_float_include = include_directories('include')

0 commit comments

Comments
 (0)