[fast-float] Update to 4.0.0 (#30962)

Co-authored-by: Chenxi Li <chenxil@yanhuangdata.com>
This commit is contained in:
Chenxi LI 2023-04-20 05:33:43 +08:00 committed by GitHub
parent cca2c9dd83
commit 1fc833f6e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fastfloat/fast_float
REF "v${VERSION}"
SHA512 b2037a24ab6c9a9162f93e7a636def33270f48906e879dd7bb3064787c606d763aaa381eb310975a510d3a801f6a16a2050940f8592f94f336bc8f48f412d6c2
REF "v${VERSION}"
SHA512 e3a1941364413f008d4bff190df45f95d7100263e57e714a907dba85b705fd19dcd34ac6db3fc332e5232fd4b67442542f2344a81d296ef04282e3d615dfe0fb
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "fast-float",
"version": "3.11.0",
"version": "4.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 MIT",

View File

@ -2397,7 +2397,7 @@
"port-version": 2
},
"fast-float": {
"baseline": "3.11.0",
"baseline": "4.0.0",
"port-version": 0
},
"fastcdr": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4b3850e475298431083406c88bd1ced0a0c6e740",
"version": "4.0.0",
"port-version": 0
},
{
"git-tree": "90a05053bff1f356dc27f0227210840d8a26ef27",
"version": "3.11.0",