[fast-float] Update to 8.2.1 (#49162)

This commit is contained in:
Andrew Tribick
2025-12-30 19:53:45 +00:00
committed by GitHub
parent 71d4d573ee
commit a1cd85d175
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fastfloat/fast_float
REF "v${VERSION}"
SHA512 5d9139bb5d6066134d9644c8e3aefc8200995b146727cda00f2bc92d6a4fce3d131f896683b4a513a99a56242c3d5e2e51ff15b85770bdfd0b5fd4833d28ee7e
SHA512 5c945facb30d7bfdf1d4f9fae4c53ae66e7f81e12fa0279ebcbc660e02cc093b28a3d1a2fe36b152bbf166c475dfbea57f30c313b00795974af9cb828ba41e4b
HEAD_REF master
)

View File

@@ -1,6 +1,6 @@
{
"name": "fast-float",
"version": "8.2.0",
"version": "8.2.1",
"description": "Fast and exact implementation of the C++ from_chars functions for float and double types: 4x faster than strtod",
"homepage": "https://github.com/fastfloat/fast_float",
"license": "Apache-2.0 OR BSL-1.0 OR MIT",

View File

@@ -2849,7 +2849,7 @@
"port-version": 0
},
"fast-float": {
"baseline": "8.2.0",
"baseline": "8.2.1",
"port-version": 0
},
"fastcdr": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "41eb1e9b380bbcd57b94c128e8379b3ee572ac67",
"version": "8.2.1",
"port-version": 0
},
{
"git-tree": "4dd203fb0e2b840208d906211125d54661e869ac",
"version": "8.2.0",