mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[fast-float] update to 6.1.1 (#37662)
This commit is contained in:
parent
6a8bf85cdc
commit
1ba2b8cc67
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO fastfloat/fast_float
|
||||
REF "v${VERSION}"
|
||||
SHA512 32841b657014a093374ad98932898970f5b2e32cdaecfd47c7a77899445578090642e335a04ce04177857c5ff4411d76f3866cc62f2b00391290291d0d16a40e
|
||||
SHA512 934c98ecfc897abd4b36b2b03578d001046659c1499edc6a5bf7432b4e2b7a2425718c82793766c0e60b576e213c47419cf40de2eacfc83aedff2b209d91d742
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "fast-float",
|
||||
"version": "6.1.0",
|
||||
"port-version": 1,
|
||||
"version": "6.1.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",
|
||||
|
@ -2593,8 +2593,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"fast-float": {
|
||||
"baseline": "6.1.0",
|
||||
"port-version": 1
|
||||
"baseline": "6.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"fastcdr": {
|
||||
"baseline": "1.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "9d389e2d9f9d9e4649f6f6d687c1b3df8cf84f70",
|
||||
"version": "6.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "d4497207f1849689b21f19a9eb3e9eca03c65d57",
|
||||
"version": "6.1.0",
|
||||
|
Loading…
Reference in New Issue
Block a user