[fast-float] update to 6.1.0 (#36996)

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
This commit is contained in:
Jia Yue Hua 2024-02-29 08:42:02 +08:00 committed by GitHub
parent d6f3df6a21
commit 510f88d93a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 37280efebea7aa33cc25c8d8375b6c9456a8025d29d618abb5aac580c025097a6110ec3a913d1504fd9af1df43e434bc5411e07e38dd66c12491f3edc7374fff
SHA512 43c21f8dbcb4524fb678b5d928d6edeefc84b6e356221696ffe0f3e8d49e97aa2c0325ca116541ec9ae2cec7d268d6720a49999e8daad52a5d7bf34377c970da
HEAD_REF master
)

View File

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

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

View File

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