[fast-float] update to 6.0.0 (#35852)

* [fast-float] update to 6.0.0

* update version

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2023-12-28 00:01:47 -08:00 committed by GitHub
parent 5d0108992f
commit cfd0a5a75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 c703c7cba3c69775317c66a62ce145646fd7d3d063124501e3d6a7deebb8c62c14a2ccdffed18de2d73d9d3a8ba2061ef1d34cc780ee0b6d607935d5f1b1de81
SHA512 37280efebea7aa33cc25c8d8375b6c9456a8025d29d618abb5aac580c025097a6110ec3a913d1504fd9af1df43e434bc5411e07e38dd66c12491f3edc7374fff
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "fast-float",
"version": "5.2.0",
"version": "6.0.0",
"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

@ -2545,7 +2545,7 @@
"port-version": 2
},
"fast-float": {
"baseline": "5.2.0",
"baseline": "6.0.0",
"port-version": 0
},
"fastcdr": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4f36d745c12126b63e7f6b1dc5f41f6c644e1367",
"version": "6.0.0",
"port-version": 0
},
{
"git-tree": "b78d9590504b99e64f96cdddac42bf67fed57feb",
"version": "5.2.0",