Skip to content

Commit 1c40c88

Browse files
authored
[fast-float] update to 8.0.2 (microsoft#44403)
1 parent 0a4384e commit 1c40c88

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

ports/fast-float/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ vcpkg_from_github(
22
OUT_SOURCE_PATH SOURCE_PATH
33
REPO fastfloat/fast_float
44
REF "v${VERSION}"
5-
SHA512 b4cf0a4802fa26eba2cd371b243bf8f9b662019c957d6f50b43e23937fac06845a9d10db0d4381e74549712237a00c0cfbfc7483d3bdb1a9d3b2185f8a62ad25
5+
SHA512 0475d4a9100fda4cf0ba3a5f90090d2b86f4a472dbc125db57101b75555a05148965432d8258dd2a0cdffe97c10b27efe45baf9a8fe129f71d7a58b0dc705b4e
66
HEAD_REF master
77
)
88

ports/fast-float/vcpkg.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "fast-float",
3-
"version": "8.0.0",
4-
"port-version": 1,
3+
"version": "8.0.2",
54
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
65
"homepage": "https://github.com/fastfloat/fast_float",
76
"license": "Apache-2.0 OR BSL-1.0 OR MIT",

versions/baseline.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2697,8 +2697,8 @@
26972697
"port-version": 0
26982698
},
26992699
"fast-float": {
2700-
"baseline": "8.0.0",
2701-
"port-version": 1
2700+
"baseline": "8.0.2",
2701+
"port-version": 0
27022702
},
27032703
"fastcdr": {
27042704
"baseline": "2.2.6",

versions/f-/fast-float.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "47c95f56c0d5135462d2eb65ad1ff700b62c1601",
5+
"version": "8.0.2",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "3a1900c1798acfdd140767b5491d6f1b151ea071",
510
"version": "8.0.0",

0 commit comments

Comments
 (0)