mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:54:46 +08:00
[fast-float] Update to 4.0.0 (#30962)
Co-authored-by: Chenxi Li <chenxil@yanhuangdata.com>
This commit is contained in:
parent
cca2c9dd83
commit
1fc833f6e0
@ -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
|
||||
)
|
||||
|
||||
|
@ -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",
|
||||
|
@ -2397,7 +2397,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"fast-float": {
|
||||
"baseline": "3.11.0",
|
||||
"baseline": "4.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcdr": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "4b3850e475298431083406c88bd1ced0a0c6e740",
|
||||
"version": "4.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "90a05053bff1f356dc27f0227210840d8a26ef27",
|
||||
"version": "3.11.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user